Daniel Ehrenberg

Results 964 comments of Daniel Ehrenberg

This is a great idea. How about another document in this repo? We can scope DIVERGENCES down to the "miscoordination" cases.

Well, on a second read, I'm not sure how we should treat cases like `fetch` neutrally. Putting it in either of those two phrasings implies an answer, where the goal...

setTimeout

Maybe I am remembering wrong, but IIRC this depends on filesystem support. Did you try on a raw block device?

Sorry about the misdirection. Interested in making a PR to fix the article?

I believe Linux AIO is threadsafe: you can submit requests from several threads on the same io_context_t. However, you can also use just one thread, and the I/O will be...

This is a good idea. These refer to the libraries formerly hosted on Google Code by Google. I'm honestly not sure where the best current documentation is. PRs welcome, either...

For example, if I have ```js let log = []; function f() { log.push("f") } function g() { log.push("g") } f() |> g() ``` After that code runs, `log` should...

Sorry, there was a typo in my example, and it seems like you fixed it in a direction that's different from what I was going for. It should be: ```js...

Well, that proposal doesn't have specific enough spec text to say things one way or another. I'd be really surprised if it went any other way than left-to-right (and I...