Kees C. Bakker
Kees C. Bakker
My style sheets are dynamically served by ASP.Net (using a rerouting system). It seems that the loadStyleSheet successfully gets the sheet. Because the sheet in question is empty the xhr.responseText...
I saw some nonce issues coming back with `Error: API:Invalid nonce`. I looked at the code and I saw some spoofing that influenced the resolution of the `nonce`. That's why...
Hi! When I saw the BlinkStick code I saw it was very hard to maintain, that’s why I ended up restructuring its code. One thing led to another and I...
Hi, love WordOps and what is does! I think it can be a bit more resilient. I had some problems with my VPS, causing *MariaDB* to go OOM. A few...
**Is your feature request related to a problem? Please describe.** When working with the package, it seems like we don't have auto complete in Visual Studio Code. This is weird...
When the HTML is `null` and exception was thrown; this made the code a little bit harder to use. So I did the following: - [x] When a `null` or...