Awlexus

Results 10 comments of Awlexus

Came across this issue as well. And found these articles about it: I first encountered this issue with poison, so I did as the article said and added it to...

Erlang v22, but I've had this issue since ~v21.3 _Sent from my K10 using [FastHub-Libre](https://github.com/thermatk/FastHub-Libre/)_

So I tried running the test, but some of them failed, because of a tsl_alert. The one you mentioned was one of the failed tests. ``` 6) test handles a...

I think `worker.ex` doesn't need `use GenServer` anymore

:wave: Hi, thanks for helping out with the previous commit as well. It is as you say, I was actually using ecto version 3.7.1 while testing. I was mistakenly checking...

Good idea to use the `Ecto.Enum` functions instead. The resulting code would definitely be simpler that way. Before doing s,o we would need to update the Ecto version to at...

It took me a while to get to it, but I've set the ecto version in `mix.exs` to 3.5. It automatically fetched the most recent version 3.7.1, which I only...

Sorry for being absent for a while. I downgraded the required ecto version and applied the fix to `pretty_list/1` but it seems that fix breaks for atom lists. I'll try...

Rebased onto master and restricted the pretty_list to be only called when each key is an atom. Though I'm not sure if that's the behaviour we're looking for either.

Sure, I could redo this. Since then however I have started preferring [Tom-select](https://tom-select.js.org/) over chosen-js. Would that be a problem for you?