Mark Nijhof

Results 14 comments of Mark Nijhof

After reading this issue I tried the uw-locks_leader branch as well and I keep seeing crashes in locks_agent.erl line 1195 where it is being called with an empty list [],...

Looks like it is similar/same to: https://github.com/uwiger/locks/issues/7

I just tried the 'uw-leader-hanging' branch and it seems leader selection is going fine when I kill the leader and put that node back in. It won't be the same...

Take a look at Container.spaced as you can set the margins yourself `container = Container.spaced ("line-chart-" ++ name) 0 10 50 40`

Would it be possible to publish this package, I would hate to just load the source code in our project to be able to use it. That would not benefit...

@joefiorini Thanks, I em exploring that route now as well, but it keeps failing with the install of material-ui. Does elm-github-install keep semantic versioning in mind? I imagine those guarantees...

No problem, the code has changed a bit since last commit you (maybe) saw, now it jumps straight to the correct syntax instead of walking the tree back up. The...

I have implemented my require and this is working in combination with yours (if the patch is applied). Just blogged about it here: http://cre8ivethought.com/blog/2011/07/11/client-express---require-and-exports https://github.com/MarkNijhof/client.express.js/blob/master/src/client.express.require.js https://github.com/MarkNijhof/client.express.js/blob/master/src/client.express.require.ejs.js I am now very...

Yeah that would work, but then there is a difference between the code on the server and one the client. So far I have it working whit the same code,...

Oh right forgot, if you don't add the prefix option then all links to the different posts won't be going from the new defined root but instead from the actual...