Marcus Newton
Marcus Newton
I need to ask this somewhere because I'm not really sure what is to blame. [This is the svelte language server](https://github.com/sveltejs/language-tools) extension I'm using. BPC2 doesn't colorize brackets for svelte...
I've reproduced the problem here: https://github.com/marcusnewton/happ-sandbox The links issue https://github.com/holochain/holochain-rust/issues/2106 is downstream of this. Also note that you also cannot get older versions of an entry with `get_entry_result` either
**EDIT: I might just be dumb, this probably shouldn't work with Electron, right?** Getting the following issue only when running Electron. The first issue I was getting was with the...
I'm having issues getting Prettier hook working. I see the entry in `.pre-commit-config.yaml` is ``` "/nix/store/6rq65zsjg4a07y0af936mqk7qjh7fdp7-node_prettier-2.2.1/bin/prettier --write --list-different --ignore-unknown" ``` For Prettier to actually _do_ anything I would expect to...
PR https://github.com/dethcrypto/TypeChain/pull/700 changed how struct types are generated. I've been importing these structs (before the properties were wrapped by `PromiseOrValue`) to help me type check inputs in hardhat tests. Perhaps...
It's difficult to bump `typechain` since we depend on importing `XStruct` types to help us type check our config structs in our tests. The latest versions of `typechain` now wrap...