Julian Arni

Results 57 issues of Julian Arni

**Is your feature request related to a problem? Please describe.** [garnix](https://garnix.io) parses the `@nix` lines (e.g. `@nix { "action": "setPhase", "phase": "unpackPhase" }`) output by `nix log` to figure out...

improvement

In the previous `servant-auth` repo, we had a [PR](https://github.com/haskell-servant/servant-auth/pull/168) for switching to errors based on the context (much like the rest of the servant ecosystem). `throwAll` is a bit of...

`servant` proper is moving towards using `Context` for errors, and that helps with `servant-auth` too (no need for e.g. `throwAll`, which doesn't work very well). This makes the error throw...

Fixes #153 I still want to try this out before merging. Note that it also should follow #168.

`servant-auth` is becoming the official auth mechanism for `servant`. Before that can happen, we should - [ ] Update the tutorial (in the `servant` repo) - [x] Fix #52 /...

- [ ] Regexes - [x] map - [ ] format - [x] intercalate - [x] words/unwords - [x] lines/unlines - [x] foldl - [ ] foldr

enhancement
good first issue

We've hit a pretty serious bug with CMap, and it's of the classic MVar type. Partly at fault is the fact that the CMap API allows side-effects in the functions...

enhancement

So that it's easier/possible to print more nicely to the terminal.

enhancement
good first issue

It'd be nice to provide functions for locally interacting with a chain *on* the chain, but without allowing those functions to be `sent` (e.g., `list-issues`). Probably a var in the...