David Bernheisel
David Bernheisel
1. [tree-sitter-embedded-template](https://github.com/tree-sitter/tree-sitter-embedded-template) supports html.erb, but not html.eex. It doesn't seem like it would be a big lift to add html.eex to it since it's almost identical to erb. I could...
If you bump arc_ecto to 0.11.1, I think this will resolve the issue.
@bnenu Can you clarify the issue? I'm not seeing any compatibility issues with arc_ecto and Ecto 3.0 with arc_ecto v0.11.1+
@AppyCat would you mind closing this issue? I don't think this is an issue (as titled) any longer. I believe we've already confirmed this together in this other issue: https://github.com/stavro/arc_ecto/issues/104...
@williamweckl can you verify if your current tests are using fake files, or nonexistent files? I haven't run into this, but I also usually do something like `echo "Hello" >...
gotcha. You might want those logs to appear in real logs then, but not in tests. right? If so, then what I do to suppress those log outputs is to...
I ran into this too, and it's a problem that Xlsir is [spawning an unmonitored process](https://github.com/jsonkenl/xlsxir/blob/030a5c782444257c6c1d65b1b8e20d60520a6459/lib/xlsxir/xlsx_file.ex#L160) that can throw exceptions like this, which never recover since it's not linked. That...
Related: I updated the wiki to include instructions for Arch Linux users. It's essentially the same strategy proposed here but with the AUR and Arch packages.
I like this! Couple questions: - I'm not sure how this will account for different OTP versions that Elixir could be compiled with. Do you see something that could help...
Since you did it this way, it sounds like across your entire project you always put the label after the field. Do you think there is a case for this...