AlCalzone
AlCalzone
> I am not very familiar with this nodejs stuff. What do I need to do to install versioin 0.5.5 from the repo? Either ``` cd /opt/iobroker npm i iobroker.ble...
Almost 10% CPU still seems pretty high, but its definitely better. I'll keep this issue open so I can take another look.
Yes, I'll need a good metric for that. My first thought was having a state that determines if the device is present or not, and then using that presence state...
I'm getting the same error, but only for commits where Dependabot merged one of its PRs. These are showing the following error: > Error: Workflows triggered by Dependabot on the...
@robertbrignull Unfortunately this is not a solution for me > From what we can tell the only case where this can happen is if the dependabot PR is merged by...
Would it be possible to add a condition to the default CodeQL job to skip these impossible-to-build commits? Something like `github.actor != 'dependabot-bot' || github.event_name != 'push'`.
`ts-jest` not used, I'm using `babel-jest ^26.6.3` `@types/jest`: `^26.0.23`
Thanks, but can you give an example how to use it? The constructor is not accessible from outside `napi-rs` and the only two implementations of `into_ref` exist for `JsArrayBuffer` and...
**Edit:** Looks like I can't do this https://github.com/napi-rs/napi-rs/issues/646 So, do I have this correct? There is no way to asynchronously serialize a `JsObject`? --- @Brooooooklyn I though I had understood...
Yeah, I did. Just minutes before I tried that. FWIW, after deleting the `target` directory, the manually changed build commands did work. It looks like the default for `--js` and...