Émile Fugulin

Results 323 issues of É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...

type: feature
area: publishing

## 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...

kind/feature
team/client

## 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...

kind/improvement
team/client

## 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...

kind/feature
team/developer-productivity

## 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:...

kind/improvement
team/client

## 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...

bug

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...

type: feature request

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...

question

## 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...

enhancement