Viewing profile — typicode
typicode
HN member- Joined
- Mon, Sep 23, 2013, 3:12 PM UTC
- HN karma
- 6
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About typicode
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #11505345
It's a simple trick, hotel comes with a proxy.pac file https://github.com/typicode/hotel/tree/master/docs You can use it to tell that .dev domains should be handled by hotel :) So …
-
comment
Comment #11480464
Thank you :) Which part would you like me to explain?
-
comment
Comment #11480451
Hi, When working with many dev servers, you have to increment and remember ports (e.g. http://localhost:3000 , http://localhost:4000 , ...). With hotel you can access them using th…
- story
-
comment
Comment #9683850
I'm glad you find it useful :)
- story
- story
-
comment
Comment #8582446
Hi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)
- story
- story
-
comment
Comment #8271317
Just a little update. I've released LowDB 0.4.0 which is a complete rewrite of the project. It fixes some initial flaws/bugs and includes some new features. Also, writing is now fa…
-
comment
Comment #8214220
Actually, in my code I always start with low(): low('foo').insert({ name: 'foo' }) low('bar').insert({ name: 'bar' }) low('foo').insert({ name: 'foo' }) So never really considered …
-
comment
Comment #8213710
Hi everyone, First, thanks for all the interest, it’s quite sudden and unexpected. Actually, LowDB is an extract from JSON Server, a mocking REST server based on plain JSON ( https…