Results 17 issues of Evie Ciobanu

Not yet sure what the plan is after AoC, but for now I should be on daily.

Not sure how to express it in words, but: ```purescript class WithoutSym t where wrel ∷ ∀ sym r2 . IsSymbol sym ⇒ RowCons sym t () r2 ⇒ RowLacks...

typechecker

**Recipe Name** ``` EchoServerNetSocketNode ``` Each recipe name must be unique. Use PascalCase. **Recipe Description** Create a new server, listen to connections, and echo back the inputs.

recipe-request

The current nix setup is a bit awkward to use. Would anyone mind if I swapped it to use `niv` to grab `easy-purescript-nix` instead? `niv` is just a thin layer...

cookbook

After updating my packages, `psc-ide-flycheck-insert-suggestion` doesn't work anymore. I am getting "psc-ide-flycheck-insert-suggestion: Wrong type argument: flycheck-error, [cl-struct-flycheck-error". psc-ide-20190326.2110 flycheck-20190503.853 The full message log: ``` The import of module Prelude contains...

Allowing newtype wrapped columns would be especially useful for (foreign) keys. For example, it's easy to mistype and join on the wrong fields if they're all ints, but if we...

add to guide

While this is all fresh in my memory as I went through things for the first time, I felt the need for the information that I added. This is still...

The REPL seems to be able to generate the definition for specialized linear map definition for `List`, but if we add a second recursive parameter (such as required for a...

Confirmed bug

### Checklist before submitting an issue - [X] I have searched through the existing [closed and open issues](https://github.com/elkowar/eww/issues?q=is%3Aissue) for eww and made sure this is not a duplicate - [X]...

bug