Andrej Cremoznik
Andrej Cremoznik
I have a React PWA with a custom scanner component initializing this library. There is no problem loading this component, cam turns on and QR detection works flawlessly. The issue...
https://github.com/cferdinandi/reef/blob/c8f8cc37e3467a1bf72315f404d145f9fa15a625/src/components/signal.js#L26-L30 If the goal is to return the deleted value with the emitter, you'll need to create a copy of it before deletion. ```js deleteProperty (obj, prop) { let value...
### Lint Name `jsx-curly-braces` ### Code Snippet ```ts // 2 inline elements in single line can be separated by a space which will leave a text node in dom //...
As mentioned in https://github.com/node-cron/node-cron/issues/486 this is my proposal for dealing with the problem. I tried running the tests but they are broken with node 24 and I didn't want to...
I'm trying to figure out the purpose of this timeout https://github.com/node-cron/node-cron/blob/c76f95e92a717e54d97b40fa58d585dbeb6cb0f6/src/tasks/background-scheduled-task/background-scheduled-task.ts#L191 ```js const timeoutId = setTimeout(() => { cleanupListeners(); reject(new Error('Execution timeout exceeded')); }, 5000); ``` My application is a...
None of the issues here can not be worked around, so they aren't pressing, but I thought I'd write them down if somebody else wants to use squaremap like I...