Sven Neumann
Sven Neumann
I got an `(node:3708) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'slice' of null` error for this SVG fragment: `` I tracked it down to this code in line 57: `let ref...
I've been using tiny-ecs as a helpful guide for designing my own ECS. Just wanted to give back this little idea for managing multiple types of object pools more easily:...
Just wanted to leave this here in case somebody is looking for something more compact. Turned out my use case didn't include any colors matching those in here, and as...
Would it make sense to replace line 16 with this: try { callback(self._next.bind(this), err, result) } catch (e) { self._next(e); } This way errors thrown in something like fs.readFile for...
I encountered a weird Item where console.log(e.currentTarget); // Expected result flow().seq(function() { console.log(e.currentTarget); // undefined!!! }); I had to pull the use of "e" above the call to flow and...
Hi, i've updated the bookmarklet so it also works on the tweets on twitter.com directly. It uses the first tweet on the page. I was using it a lot and...
I would like to use this project to demonstrate an arbitrary code execution exploit in my sudoku tool (patched on prod), by including this project into a sudoku puzzle. I've...