Tom Jenkinson
Tom Jenkinson
Hi @skedwards88 for the update command though for the input it says > State of the issue. Either open or closed. Can be one of: open, closed So it’s not...
@skedwards88 just checking if you saw my reply and if the internal ticket been updated?
Thanks! Is the only supported value right now `not_planned`?
Hey @MDAR, I’ve never used node red before. Do you have an example if something you want to achieve? E.g. do you have a set of nodes in node red...
I've created a build in a single file here: https://github.com/LA1TV/Hyperdeck-JS-Lib/blob/bundled/bundled.js So you might be able to paste that in at the top if your file and then use the `HyperdeckJSLib`...
👋 I've put together a snippet to workaround this for now that replaces `fetch` with a custom one that will remove the `cache` property if it's not supported. Tested locally...
Or if numbers this size are actually handled by engines(?) maybe we should also expose a string version of the number
Maybe [Bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) could help here? Although it's complicated with it not being supported everywhere. Could be something like: - `from: number | null` - `fromBigInt: bigint` (if device supports big...
We're on 2.25.0 and also seeing a memory leak and then OOM causing restarts. We have some remote schemas.
Hey @tirumaraiselvan the metadata may have changed slightly. We were on 2.16.0 before and that appeared to have the same issue