Erlend Hamberg

Results 20 comments of Erlend Hamberg

> Do you know if the operation then succeeds in the end? Or insert is then rolled back? The transaction fails and the `insert` is rolled back, so only the...

Sure. Her is a (slightly contrived) example: ``` ❯ git clone [email protected]:ehamberg/git-vogue-test.git ❯ cd git-vogue-test ❯ git reset HEAD~1 Unstaged changes after reset: M Main.hs ❯ git vogue init Successfully...

Would love to take part in a Sixten hackathon at some point, and I'd be happy to host it in the new Blank office in the city centre. However, I'll...

We should do another one! I don't have any travel plans in the near future, so I can hopefully attend the next one. :)

> Postico should probably show the stderr output of pg_format instead of beeping. Yep, that – or in any way told me that an error occurred –  would have helped...

Woo! That worked perfectly. Thanks! (Not sure if I should close this now, or if you close issues once they're fixed in the stable channel.)

> What are tuple sections? Here’s a brief explanation: https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/tuple_sections.html

Hi, Could it be because the port is blocked? Blocking ports 6665–6667 is quite common. You could try port 8000 which is another port the freenode servers (if that's the...

@Oustad found out that wrapping the `Input.multiline` in a fixes the issue too: ```elm Element.layout stylesheet "" , value = "foo\nbar\nbaz" , label = Input.hiddenLabel "" , options = []...

I'm also wondering about this. I'm experimenting with building a library on top of scotty and this design choice makes that diffidult. I would like to use my own, custom...