John Paul Calvo
John Paul Calvo
I am looking for a way to achieve this, too. In **sqlalchemy**, it is possible to do this with something like `User.name.ilike(search)`, but I am using **vscode** with this option...
Just encountered this issue. Scanned the docs and found out that you have to explicitly set the `Content-Type` for `PATCH`, etc. ``` headers: { 'Content-Type': 'application/json' }, ```
Hi, @FradSer. Currently `.editorconfig`'s icon is cog same with `.env` files. Would be really cool to have `.editorconfig`'s [logo](https://editorconfig.org/logo.png) for anyone to easily spot it. Thanks
@francmarin98 looks good. thanks man
Hello. Do you guys have a work-around for this?
planning to explore the codebase sometime this week. But what I currently have in mind is to replace stores with runes to align the api more to svelte 5. eg....
Opened a [PR](https://github.com/pablo-abc/felte/pull/306) to add `^5.0.0` to peer dependencies. Thanks!