waalge
waalge
Also had this issue. I dirty fix was to interrupt the nixos script in its final steps ``` ... installing the GRUB 2 boot loader on /dev/sda... i386-pc wird für...
I think it was a VDS from https://signaltransmitter.de/
@evelant I'm happy to try
` Error 02:24:24 PM lsp.message LSP Message (aiken) I tripped over some unknown labels in a pattern or function.`
This was just an example. The error on compilation is more specific than what was coming through on the LSP. The LSP could say "the problem is here ... ->"...
PS. The above works, but type hints are upset that `path` is not a key in the object. This is despite the fact the docs say its optional and defaults...
I've looked at this a bit more. https://github.com/kriszyp/cbor-x/blob/f5313831fd1ea2c9407a5d25b56f379244919fc5/encode.js#L416 This condition is `value >> 0 === value` fails if ` value < -2 ** 31`. I want it to be true...
This does not look right ```js > decode(Buffer.from("3affffffff", "hex")) 0 ```
😳 https://github.com/CardanoSolutions/kupo/issues/87