Émile Fugulin
Émile Fugulin
Coming from yarn, I would have expected it to support the environment variables out of the box but it doesn't. I did lose a lot of time on this. I...
## Problem Right now it is not possible run sql when the pool creates a new connection to the database. This means you can't set timeouts or other related settings...
## Problem When adding condition on related records, prisma always does an inner join with the "parent" table even though it can skip that step most of the time because...
## Problem / Solution This is not an easy problem, but a feature I would be willing to pay for in the proxy/data platform you are building would be a...
## Problem It is easy for users to mess up and created really bad queries when using filters on related fields. Consider: ```typescript if (filter?.startDate) { conditions.push({ refunds: { some:...
## Setup ### Versions - **Rust:1.61** - **Diesel:2.0.0** - **Database:Sqlite** - **Operating System** ### Feature Flags - **diesel: time** ## Problem Description It looks like the documentation surrounding timestamps for...
This is very early and likely won't be merged, but this is a possible way to fix #5088
### Describe the problem Currently it is not really possible to communicate directly with tauri from an external website. There is a [workaround](https://github.com/tauri-apps/tauri-plugin-localhost/commit/4126a4346b07f273b330e44bfe00af434d3f2cb2#diff-07aba1df28891af8108090f8fb0b27dd253b2601454d76e14c00e15307f0e879) if you have a static external URL...
Hello! I was wondering if it would be possible to split the dataloader in its own crate and just re-export it in async-graphql. Basically we have a need for the...
## Description of the feature Right now the GraphiQL basically loads an external website, it would be nice to have the option to package everything in the binary at build...