Viewing profile — mquandalle
mquandalle
HN member- Joined
- Tue, Apr 08, 2014, 12:56 PM UTC
- HN karma
- 324
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About mquandalle
Recent public activity
-
comment
Comment #32563543
There are also a lot of local grants offered by city councils, departements and regions, and they differ in their income conditions. I created a calculator that reference them all …
- comment
- story
-
comment
Comment #23181180
The status page is down as well https://status.npmjs.org
- comment
- story
- story
-
comment
Comment #11008366
Sure, but the fact that you have to search these commands on a wiki inspires less confidence that if you have a clean documentation with an imperative “type that to install”. That …
- comment
-
comment
Comment #11007914
Wekan lead developer here. It's good to have some competition, expect to have a one liner installation for Wekan pretty soon :-)
-
comment
Comment #10260784
Using global variables isn’t even the worst part. The big problem with this sharing model is that files are loaded in the alphabetical order, thus the only way to control that file…
-
comment
Comment #10260712
Wekan author here. On my computer hot reload takes roughly 5s [Thinkpad T440s, ubuntu, 12go of RAM]. I'm not sure if the jade and stylus compilers add some time in the case I only …
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #8664158
Looks similiar to http://www.regexper.com but working fully on the client.
- story
-
comment
Comment #7901532
The problem is that most current jQuery plugins modify the DOM. If someone want to use a jQuery carousel, the plugin will add arrows buttons and page indicators in the DOM. Then if…
-
comment
Comment #7901416
This looks to be a great declarative/reactive template engine. I've been working mostly with the Meteor Blaze template engine the last few months. Both of them use a "normal" templ…