Erlend Hamberg

Results 16 comments of Erlend Hamberg

I'm seeing the same issue on 7.5.245. Platform: macOS OS Version: 10.15.6 Toggl Version: 7.5.245 ![Screenshot 2020-08-24 at 15 22 17](https://user-images.githubusercontent.com/16063/91071240-3b8ee900-e638-11ea-8a9b-ef5f5152532e.png)

@theqp I don't remember the details, but the monomorphism restriction is switched off in GHCi when interactively entering code. You should still get the error if you create a file...

We also just hit this issue in 0.18.0: ``` ---- elm-repl 0.18.0 ----------------------------------------------------------- :help for help, :exit to exit, more at -------------------------------------------------------------------------------- > let x = 1 -- SYNTAX PROBLEM...

@AndrewRayCode I believe elm-repl is using haskeline instead of readline and that the following should work: $ echo "editMode: Vi" > ~/.haskeline

It would be great to have rate-limiting, but I guess that belongs in the `http-client`/`http-client-tls` libraries that `servant-client` uses?

Thanks! :) What would integration with YOURLS entail, exactly? From a brief look it seems that YOURLS is another URL shortener (with some really nice features, it seems).

Thanks! This should work, as far as I can see, but you don't actually need to close the `` in the templating language used. That said, I want to give...

Hi, No there isn't – but there probably should be! If you want to generate URLs, you could `POST` to `/create` and read the `Location` header for now: ``` $...

(Huh, github destroyed my unicode character after I posted. The wikipedia link should end with the character 🍔 U+1F354 HAMBURGER.) _Edit: It showed up after a refresh. (Note that [Chrome...

After some investigation, I think this is related to initially deferred constraint triggers. I was able to reproduce this with the following table + constraint trigger: ```sql create table my_table...