Rolf Schupfinger
Rolf Schupfinger
All works great, but multiple templates would be cool. For example in the .webfontrc: `{ ... "template": ['html', 'scss'] ... }` Of course not urgent, but for preview purposes, the...
It would be a very handy feature to make the player templates customizable. The player is based on templates already: https://github.com/jessuni/shikwasa/tree/main/src/templates But it's referenced internally at the moment. I could...
Its not possible to resize the popup with the linkedin login screen. I think they updated linkedin and now the login area is to large. On OSX you can resize...
I included it with webpack. It happens with Version 1.26.2 only. It happens with the CDN-Link before also. 1.25.2 works fine. `jquery-3.2.1.min.js:2 jQuery.Deferred exception: Cannot read property 'textContent' of undefined...
I've written a small image generator API for placeholders in express. To generate the missing files, I want to trigger a get-request to my API (localhost:1337/width/800/height/600). Node's http.get didn't work....