Jonathan Nicholson

Results 7 comments of Jonathan Nicholson

Take a look at this [gist](https://gist.github.com/rooftopsparrow/6231702). This is a super simple case, but illustrates the problem if this happened in a web server or other system( i.e same request by...

Yes, I wanted to avoid using db.postSync, but it will most likely work for my current application. However, I would still like to look at this for purely academic reasons....

How would you know when the timestamped file was completely written? For example, the first file is writing, but doesn't finish, a second file writing but finishes, and now wants...

Hi @TomFrost and @MarkHerhold 👋, I don't mind requiring the formatter directly, and its pretty standard practice that I see around the community. I'm totally ok with option 2 if...

I am also seeing this randomly on boot. Trying to track down the source of the problem...I'll update here if I find the reason. ``` [2013-12-20T19:54:35.913Z] FATAL: liveserver/89541 on host:...

After dealing with this for a while I've narrowed it down to a quite specific case and is inline with the issue that @human39 is seeing as well. When the...

Hey @marcelog! Thanks for the interest. Unfortunately its hard to reproduce because it is definitely based on network latency / stability. The network needs to be degraded to about 5-10%...