Timmo Verlaan
Timmo Verlaan
it's pretty hard to mix string matching and regular expressions, I'd say go with string matching now (easier) and maybe add `url_pattern` as a second option in a later stage....
That would be indeed the most simple solution. This would also make it possible to have different name/email for github.com:tverlaan and github.com:somethingelse.
I've thought about it. I think pattern matching is the way to go. It will cover more usecases but still allow for string matching.
Well, some domains have multiple TLDs. Instead of listing each TLD (with name and possibly something after the slash, like my name), I want to use a regular expression. Eg....
I've been running my version ever since and it works like a charm every single time. I even forget about it until I install a newer version of elixir. ```...
Better late than never 😁 . Thanks!!
There are some clues here on how to fix it: https://github.com/mealie-recipes/mealie/pull/3384 I've worked around the issue for now using a [simple script](https://gist.github.com/tverlaan/5b8cf9aff50d56090c942a729723dad4)
Hi @josevalim / @fishcakez , We're still experiencing this issue once a week/two weeks. For different reasons we had to change to MySQL (using Mariaex adapter) and there we still...
Thanks for helping us with this! Here is the info you asked for: ``` Erlang/OTP 21 [erts-10.0.4] [source] [64-bit] [smp:24:24] [ds:24:24:10] [async-threads:1] [hipe] Interactive Elixir (1.8.1) - press Ctrl+C to...
Ok, thanks for clearing that up. We don't have any `pool` configuration.