Toby Hinloopen
Toby Hinloopen
> 1. Do you really want to just export INSERT statements to a file, or do you want full dumps (including CREATE TABLE statements etc) Basically I'd want both: -...
I was hoping I could define multiple compatible versions, like this: ``` node >=16.6.0, >=17.13.0, >=15.1.0 ``` Basically like package.json's dependencies. I think you want to switch to the highest...
I've created a PR for this. I hope @dabroek approves :)
I think this isn't being merged because IIRC it doesn't actually work. You need a separate Redis connection and it will consume/lock the connection. If you reuse the connection, it...
Guess I just fork this branch so I can use it in my package.json. Thank you @dmouse Others can do the same: 1) Open @dmouse 's patch on his github:...
I'd put it in `config/dev.exs`. (yes, not in `config/test.exs`), without the IF-statement. I think `dev` is used because `mix test.watch` is executed in development environment by default. ``` config :mix_test_watch,...
Same or similar error: https://github.com/tobyhinloopen/openid-client-mailgun-js
I don't know italian standards so I don't know if the results are correct. However, the code LGTM. The CI is failing for reasons not known to me, I might...
Rails `6.0.2.1` here, still an issue. This comment, sadly, is still the only working fix for me: https://github.com/rails/rails/issues/31228#issuecomment-352900551