Linus De Meyere

Results 7 comments of Linus De Meyere

Can someone elaborate on what "declarative and schematic rules" mean? Or maybe point to a place where this schema/rules is being discussed. At our university we are indeed forking this...

Thank you for clarifying, that helped a lot. I didn't know anything about how `sudo` uses this askpass binary to collect a password. Tinkering with it some more, I've noticed...

Adding the `@babel/plugin-proposal-optional-chaining` plugin to the babel configuration solves the issue. I'm not sure whether this is to be expected. I was assuming that since `@babel/preset-env` is enabled, and optional...

I’m seeing similar behaviour in my case: when I drop an unaccepted file (a file with an extension not in the `:accept` option of `allow_upload/3`), the file appears in the...

In the documentation there is still mentioning of `Phoenix.HTML.Tag` (for setting the `no_results_content` option when rendering tables) and `Phoenix.HTML.Form.inputs_for` (when customising the filter form). The first one might be replaced...

That's a great insight. Thanks for taking the initiative upstream! That will allow a cleaner interface, more idiomatic in line with the new Phoenix Components. Very nice!

In addition to a dedicated notifier guide, it might be an idea to enhance the `mix phx.gen.notifier` [mix task](https://hexdocs.pm/phoenix/Mix.Tasks.Phx.Gen.Notifier.html) with an example of how you'd render the template using the...