Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
typicode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
typicode
10y ago
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 there's no ma
2.
▲
by
typicode
10y ago
Thank you :) Which part would you like me to explain?
3.
▲
by
typicode
10y ago
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 their names instead ( http://m
4.
▲
Show HN: Stop-server – shut down your computer using your phone and Node.js
(github.com)
2 points
by
typicode
11y ago
|
0 comments
5.
▲
by
typicode
11y ago
I'm glad you find it useful :)
6.
▲
Show HN: GHWN – Desktop notifications for GitHub
(typicode.github.io)
4 points
by
typicode
11y ago
|
2 comments
7.
▲
Fetchival.js – a simple window.fetch wrapper
(github.com)
1 points
by
typicode
11y ago
|
0 comments
8.
▲
by
typicode
12y ago
Hi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)
9.
▲
Load data while still loading other scripts with Pegasus
(typicode.github.io)
1 points
by
typicode
12y ago
|
0 comments
10.
▲
Automatically start development servers with katon
(github.com)
5 points
by
typicode
12y ago
|
0 comments
11.
▲
by
typicode
12y ago
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 fault-tolerant and fully asynchronous.
12.
▲
by
typicode
12y ago
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
13.
▲
by
typicode
12y ago
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://github.com/typicode/json-server ). So