Zach Daniel

Results 463 comments of Zach Daniel

🤔 it doesn't look like the plug dependency compiles on 1.13 either? ``` == Compilation error in file lib/plug/conn/utils.ex == ** (ArgumentError) invalid right argument for operator "in", it expects...

I have a PR I can make to spitfire, not sure if it will be accepted. https://github.com/elixir-tools/spitfire/compare/main...zachdaniel:spitfire:main?expand=1 I'm assuming yanking 1.13 from CI is off the table 😅

I'm not sure that will work, because it's the dependency failing to compile. We'd have to make the dependency only appear conditionally using some kind of flag. I'll see about...

https://github.com/elixir-tools/spitfire/pull/62 Opened a PR to make spitfire compile on 1.13

@josevalim for clarity, the generation of markdown files would essentially allow going to any given piece of docs and saying `.md` to get markdown for those docs? A separate thought:...

Makes sense to me. In the short term, you could make your update action a destroy action with `soft? true. ```elixir destroy :close do soft? true change set_attribute(:status, "closed") end...

That would be great :) The first thing to be done would be to make the `expr/1` return `%Ash.Expr{expr: }`. Then there will be a whole bunch of places that...

It should be invisible when inspecting 👍

Not so much right now. Your best bet would be to define a calculation that determines if a user's plan is sufficient, and share that between the policy and the...