Paul Chiusano

Results 81 issues of Paul Chiusano

That should say "elements of a list"

good first issue
error-message

We want to be able to implement `bracket` and `finally`. There's exceptions in pure code, due to calling `bug` or `todo` or an incomplete pattern match, and then also async...

runtime

This PR just adds two scripts, `linux-install.sh` and `mac-install.sh` which literally just downloads the release and unzips it to a directory, so it's almost the kind of thing you could...

### Pitch Here's a sample of what I get in Twitter if I view a list of people followed by another user: I can click on 'Follow' (it doesn't take...

suggestion

When using the `test` command, if the results aren't cached (say, because you've just done an `update`), you get this: https://github.com/unisonweb/unison/assets/11074/2773700e-2a19-4e7b-b329-8df429f11bcf I think it's trying to keep overwriting the same...

Unison's syntax is just used for parsing and pretty-printing of definitions, but the actual definitions are stored in the codebase as their AST. This means we could support multiple syntaxes...

feature: pluggable syntax

``` foo = do Nat.shiftRight 1 maxNat bar = do !foo baz = do !bar qux = do !baz > !qux ``` This just produces: ``` Now evaluating any watch...

The history browsing experience has never been great, but it could be improved to "functional" with these fixes - ``` @unison/json/main> history Note: The most recent namespace hash is immediately...

So check this out, I'm looking at the top level `Buffer` type within the distributed library, but have no easy way to browse all the definitions under the top level...

needs-ui-design

Hi @conal, I am a big fan of your AD work. I had some ideas on how you could structure the paper that you might find useful: 1. Quick summary...