Barry Moore

Results 19 comments of Barry Moore

If I read, > {error, system_not_started} | {error, startchild_err()} How would it guarantee the `x` in `{'EXIT', x}` is that type? Can't you throw any type? I am just trying...

Is this a change you would like to make on the website? I believe I just need to modify `src/data/layouts/partials/site-nav.yml` with the new link.

If anyone else comes across this you can just remove the non-existent exercise. ``` ➤ litecli exercises/progress.db LiteCli: 1.11.0 (SQLite: 3.45.3) GitHub: https://github.com/dbcli/litecli exercises/progress.db> delete from open_exercises where chapter =...

I've narrowed down the issue to the post fixup phase. Commenting this allows me to add ucm via home-manager. You can test this yourself by changing your inputs to, ```...

`pgo` now has support for `timestamptz`, would you like me to bring it in? The previous comment seems to suggest maybe not?

https://github.com/neovimhaskell/haskell-vim/blob/f35d02204b4813d1dbe8b0e98cc39701a4b8e15e/syntax/haskell.vim#L116 This looks like it should support this syntax though.

@tsloughter apologies, I kind of forget about these. I believe updating the CI will allow #73 to pass CI

Hey, thanks so much for such a detailed response. I was on vacation so slow to respond. > As a workaround, I'd probably suggest running dbmate like this: Yeah, this...