Ilkka Huotari
Ilkka Huotari
Not sure, but should it just do a model.fetch around that point (line 64)? Of course an extra model.fetch feels bad though... In the app code there will probably be...
Here's one way to do it (maybe): https://github.com/ile/derby-auth/commit/5207118c0516325e4f8c56fd50e225b129ecdf7a (A bit too much code got in. I'm also making hooks for users_public collection because I think that's what I need... By...
`overflowY:'scroll'` didn't seem to fix this for me. The whole content moves anyway. http://ilkkah.com/2015/02/23/facebook-real-time-updates/
@gritzko - you said that swarmjs is op based CRDT, which sounds great (i'm thinking about the op basedness now), but just I took a look (on http://ppyr.us/) what goes...
Ok, thanks @gritzko! Looks good then. I will have to play with Swarm.js more then, and see if I will integrate it with Derby (http://derbyjs.com/), thus replacing OT in ShareJS....
Hi there! Wondering if Taleweaver supports concurrent multi-user editing? If not already, using a library for this might help in other ways too, like in undo. I'm familiar with [sharedb](https://github.com/share/sharedb)...
Maybe separate `generate()` and rendering ... if rendering comes after every page has been generated, there shouldn't be a problem.
You can use CSS. Stylus example: ```stylus .ct-chart background #333 .ct-grid stroke rgba(255, 255, 255, .2) .ct-label fill rgba(255, 255, 255, 1) color rgba(255, 255, 255, 1) ```
## My Environment * __ArangoDB Version__: 3.7.6 * __Storage Engine__: RocksDB * __Deployment Mode__: Single Server * __Deployment Strategy__: Manual Start * __Operating System__: Ubuntu 20.04 * __Total RAM in...
A correction: reboot *did* help. So I suppose `dpkg-reconfigure locales` required a reboot to work. Problem fixed.