Jonathan Lorimer

Results 54 issues of Jonathan Lorimer

file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/new_to_cabal/04_initializing_a_cabal_repo.md ## Brief Summary This chapter should give a new user all the information they need to start a cabal repo. It should cover manually initializing a...

New To Cabal
New Chapter

This is a placeholder issue. The documentation section is blocked on https://github.com/haskell/cabal/issues/6481

Blocked

I got doom emacs building with nix, but now I am getting this error. I am having trouble tracing it, but it makes me think I probably have a doom...

PR wanted

I can vendor the `gomod2nix.toml` directory fine, but I end up getting this error when building: ``` evmos-v16.0.0-rc4> # github.com/crypto-org-chain/cronos/memiavl evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:191:23: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:255:23: undefined: errors.Join evmos-v16.0.0-rc4> vendor/github.com/crypto-org-chain/cronos/memiavl/db.go:381:16:...

**Describe the bug** gomod2nix seems to struggle with go dependencies that are part of the repo and referenced by relative paths. When I try and package [regen-network](https://github.com/regen-network/regen-ledger) I am getting...

Closes https://github.com/tweag/gomod2nix/issues/20 I came across a go package that uses `replace` directives to reference local files. Unfortunately this doesn't generate an entry in the `go.sum` file. Therefore I need the...

This update makes proto3-suite work as part of haskellPackages in unstable nixpkgs.

```javascript export const createStateSyncMiddleware = (config = defaultConfig) => { const allowed = isActionAllowed(config); const channel = new BroadcastChannel(config.channel, config.broadcastChannelOption); const prepareState = config.prepareState || defaultConfig.prepareState; let messageListener = null;...

Things like vanilla extract don't support styling arbitrary children using complex selectors like data selectors. It would be great to have an escape hatch and be able to pass your...

planned