Connor Prussin

Results 39 issues of Connor Prussin

I use the excellent [extra builtins plugin](https://github.com/shlevy/nix-plugins). It seems when switching from nixops rev `45256745cef246dabe1ae8a7d109988f190cd7ef` to rev `35ac02085169bc2372834d6be6cf4c1bdf820d09` at some point something changed that causes this plugin to no longer...

nixops 1->2 regression

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

:wave: Hi use-package folks! I'm running into an annoying warning with `evil-collection` when byte-compiling. The `evil-collection` readme suggests the following `use-package` incantation: ```elisp (use-package evil :ensure t :init (setq evil-want-integration...

Per @paluh in #129: > Maybe we can extend low level API of `serve'` and `serveSecure'` so they accept additional configuration which can be used in our final `fromHTTPRequest` for...

Continuation of discussion started [here](https://github.com/cprussin/purescript-httpure/pull/104#issuecomment-419585619). @paluh had raised some concerns that perhaps using a typeclass for `Body` is not the best decision, and we would be better served by making...

question

We need better sad-path handling. Things like: - [ ] Request closed by client while in flight - [ ] Exception while running router - [ ] Others?

We had an expensive bug caused by incorrect concatenation code. The concatenation code was untested for multiple chunks, or it would have been caught earlier. We should add a unit...

Go through guides and update based on changes since the last release, and double check that all examples are still accurate - [ ] Add notes on `Body` typeclass, along...