Coder Social home page Coder Social logo

hackflowy's People

Contributors

abhshkdz avatar asommer70 avatar desyncr avatar discipolo avatar gauravarora avatar gitter-badger avatar iboboc avatar lukemt avatar metapraveen avatar nickolay avatar risacher avatar snicker avatar wassname avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackflowy's Issues

Install instructions?

I renamed sample.config.js to config.js, but now its looking for MySQL wooot? sqlite it bro, squlite it!

Cannot GET /

I tried running this with a static http server (python -m SimpleHTTPServer 3000) and was able to see the index file, however it was in 'offline' mode and was failing to connect the Tasks API on port 3000.

I tried running with node server.js but that's where I get the error in this issue's header.

I got the same error on heroku. Have been trying to fix, but unsuccessful.

I also tried making an express get '/' route which rendered part of the index page. None of the app assets (including scripts and styles) were loaded though.

$ node --version
v0.10.37
$ npm --version
n3.5.3
$ more /etc/*-release | grep DISTRIB_DESCRIPTION
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
$ uname -r
3.19.0-49-generic

Is socket.io implemented at all?

I was trying to look for an example using socket.io, but I couldn't find anything in backbone. Also, the node code seems to be REST instead of using socket.io. Am I missing something?

Revive?

Hi doesnt someone want to revive this project?

Starting up HackFlowy

I ran through the instructions, and when running node server.js, the program said it was listening on port 3000. I went there, and just got a blank page, with html that only had a js reference to require.js, and no other js files. What page should I start up to see hackflowy working?

This will probably be answered when I get the program running - but is zooming a feature?

Bugs in Views/Task

Thank you for providing us a such great tool! In order to contribute, I found a couple of bugs in the views/task:

  1. the List's get method is not finding new elements (f.i. pageView.collection.get(prevSibId) ). By switching it by a filter on the array solved the issue ( f.i. pageView.collection.models.filter( (node) => node.id == prevSibId )[0].view );

  2. In the addNote method, the blur occurs after the new task is inserted, making the previous item to be set as empty. By positioning the blur before the new note fixed the problem.

Hope this helps!

Project actively developed?

Hi! I love the idea of this project. Workflowy charges a lot for premium membership.

I'm just wondering if it's still in development.
How 'functional' is it in its current state?
Is anyone using it full time?
How do the features compare to Workflowy?
Can it be run on a shared hosting account, like on Dreamhost?

Input is glitchy.

When I installed it I immediately ran into a sqlite error

Unhandled rejection SequelizeBaseError: SQLITE_BUSY: database is locked
    at Query.formatError (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:345:14)
    at Statement.afterExecute (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:112:29)
    at Statement.replacement (/path/to/HackFlowy/node_modules/sqlite3/lib/trace.js:19:31)

Unhandled rejection SequelizeBaseError: SQLITE_BUSY: database is locked
    at Query.formatError (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:345:14)
    at Statement.afterExecute (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:112:29)
    at Statement.replacement (/path/to/HackFlowy/node_modules/sqlite3/lib/trace.js:19:31)

Unhandled rejection SequelizeBaseError: Validation error
    at Query.formatError (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:337:14)
    at Statement.afterExecute (/path/to/HackFlowy/node_modules/sequelize/lib/dialects/sqlite/query.js:112:29)
    at Statement.replacement (/path/to/HackFlowy/node_modules/sqlite3/lib/trace.js:19:31)

which was odd...

Once I opened the browser I was unable to type more than two letters without various glitches occurring, from my cursor disappearing to the browser jumping to the bottom of the page. Whatever was typed would remain together in a block of text, but once reloaded would sometimes disappear and other times an additional node would appear either below or above. Also it appeared that all edits were persistent, meaning that once the browser was reloaded whatever was at one time deleted now reappears with sometimes an added node attached either above or below.

The sqlite3 errors and browser glitches might not be correlated at all. Wish I could be more of an assistance. This is quite a cool little app to have handy.

Few bugs with keyboard shortcut

if you select item, click on tab, than on shift+tab - it doesnt moved to the previous position, byut placed above it

image

Also tab not always works. After some time it just stop moving items or can move it in the invalid location (2 levels at once)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.