Jonas Schubert Erlandsson
Jonas Schubert Erlandsson
Hi. I'm not sure if you want updates in the official repo or if you'd rather people run with it. But the changes I made are really quite generic and...
Hi there. Found the project while looking for matrix homeserver alternatives. The README states that the project is under "daily active development", which seems not to be the case anymore...
Hi. While trying to square our real world lives with BEM best practices we came to the question about CSS reset. I do like your approach from the FAQ, but...
Hi My internal state is kept as a JsonNode structure with the root as a JObject JsonNode. I'm trying to do the minimal amount of magic on the way to...
Just started a new Rails (5.2) API app using Knock and copied some setup from an existing project. Couldn't get it to work, I got a `TypeError (no implicit conversion...
Requiering `dist/index.cjs.js` result in error "Cannot read properties of undefined (reading 'on')"
Using the latest version in an Electron app (electron-forge with webpack). If I `import` the library it works fine. But I also have to `require` it in `main.js`, since it...
Fixes "Instance variable not defined", "shadowing outer local variable" and "assigned but unused variable" warnings when using simple_router with rspec and petty mode turned on. The reason for wanting these...
I found this recently: https://github.com/photopea/UTIF.js/blob/master/UTIF.js Looks like a much faster alternative for decoding TIFF images.