Wout Mertens
Wout Mertens
Y tho
I was looking at a site with lots of video, and I noticed that between videos it would always play blank.mp4, and so I am wondering why that could be....
I'm evaluating tools, and deploy-rs can deploy to a single user, which would allow deploying singular applications by devs without them deploying the entire system. I wonder if the same...
I wonder, wouldn't it be more efficient to install Nix (as root) and then install the necessary packages for stage1 and 2 using Nix? Then there wouldn't be a need...
Would be nice if express-promise provided an HttpError object that can be thrown from promises to result in a certain HTTP error.
**Is your feature request related to a problem? Please describe.** https://github.com/git-up/GitUp has a really cool graph where each unmerged branch is on the X axis, sorted by commit date of...
I'm trying to wrap my head around how an immutable store might be used to handle app state and URL handling. I don't really like the way react-router handles routing,...
One should be able to redo(). The store shouldn't pop states on undo(), but only when doing set(). Another option is how http://mandarinconlabarba.github.io/flux-immutable-todomvc/ does it, instead of undoing you load...
I have tried to use aplus, but I couldn't make it run the error handler when an exception occurred such as a typo in the called code. I then switched...
stripping the paths and instead using indentation would make the preview easier to read and also less bytes to show for big zipfiles
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Passing_data_by_transferring_ownership_(transferable_objects) Since this is meant for message passing, it should be ok that the sender no longer has the message after sending. However, if using this for flux/redux (the whole...