Jonathan Lorimer

Results 79 comments of Jonathan Lorimer

I am not really sure why this is failing CI, when I try to run stack install I get an error about the github attribute in the simple-storage subdirectory: ```...

@alexfmpe I am pretty sure that the `package.yaml` doesn't have the http prefix ``` expected owner/repo or owner/repo/subdir, but encountered "f-o-a-m/kepler/hs-abci-docs/simple-storage" ```

Ahh, I see. Thanks for pointing that out.

I have a little bit of experience with nix, but not a lot. I think a good solution would be this stack: - [hpack](https://github.com/sol/hpack) to go from `package.yaml` -> `.cabal`...

@alexfmpe oh nice, that looks great.

May be related to use of typescript 5^ and react 18^, see related issue https://github.com/radix-ui/primitives/issues/2309

This would be extremely helpful. Especially given workflows that involve sops (which doesn't properly quote dotenv output, which breaks multiline variables). Right now I have a script where I have...

@krdlab I rebased, and fixed the failure on the example component. Ready for review again