Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
Atm one as to register the spies before beeing able to use it with the chai-object `chai.spy` However, I like to import only what I need: ```js import {expect, use}...
I use a cross compiler to compile my code on my windows machine for the arm-none-linux-gnueabi. I would like to know how I can compile libsocket in this case. Cmake...
Your package raises a lot of security alerts in your repo. Can you upgrade your dependencies to your latest version?
### What problem does this feature solve? Oftentimes I find myself writing components that semantically belong where they are but need to be displayed somewhere else in my app. Teleport...
Stuff you add to the array is not getting displayed at the end of the body. Actually `$GLOBALS['TL_BODY']` is not even an array.
For my application it is crucial to check if there are new events but if not, proceed with the other code. However: In order to check for new events I...
As mentioned in #7 the get_gamepad method blocks further execution of the program which is often not desired. This PR intends to add a `blocking` parameter which can be used...
First of all: Great thx for this lib. It just works and is so easy to use. Thank you! When I ran my program a while, I suddenly got this...
`get_gamepad` always returns a single event. The examples show a for loop to loop through the returned array which is a bit of a no brainer since its only one...
### Describe the bug Running build in watch mode will not create the asset file for the worker. The call to the worker is transpiled to `return new Worker("/")` which...