Florian Arens
Florian Arens
> @Flo0807 I also fixed search locally, the problem is that SQLite doesn't support ilike, so it's a bit more work. Or maybe we could pass an option to make...
> But with ilike I'm no sure how to solve that without check the SQL engine. The [limitation of the SQLite3 Adapter section](https://hexdocs.pm/ecto_sqlite3/Ecto.Adapters.SQLite3.html#module-case-sensitivity) says > However, for equality comparison, case...
We will probably address this in the rewrite of the `HasManyThrough` field.
Thanks @SteffenDE This solves my problem, but I think the behavior should be changed, or the behavior should be addressed in the docs because `mailto` links are explicitly allowed in...
@moradi2128 thanks for the code snippet. Unfortunately, I use Phoenix LiveView, so no React
I encountered the same issue with Zed and asdf on macOS. I uninstalled asdf completely and switched to Mise. I also reinstalled Zed and cleaned my project by removing folders...
I cannot start the demo app: ``` app-1 | * sourceror (Hex package) app-1 | the :only option for dependency sourceror app-1 | app-1 | > In mix.exs: app-1 |...
> This installer automates most of the steps in this guide. As the installer does not automate all the steps from our guide, the docs should make it clear where...
> > This installer automates most of the steps in this guide. > > As the installer does not automate all the steps from our guide, the docs should make...
Hey, can't reproduce this. I changed the addresses city field in our demo to `null: true` locally. Everything seems to work 🤔 https://github.com/user-attachments/assets/190ed2f1-b06a-4fda-8850-92bb89b0251f Can you provide additional information on how...