Julien Goux

Results 54 issues of Julien Goux

Hi, I'm currently trying react-navi library as a routing solution (cc @jamesknelson). It has an interesting approach in which you can provide a route's data before the route's component is...

Hello, I'd like to use react-apollo-hooks with Storybook. I saw your example for testing, but in the context of Storybook I can't call `waitForNextTick`. So I'm stuck in the `Loading`...

### Describe what you want Hello 👋, Relational queries are pushing the DX of Drizzle closer than Prisma, I love it! In order to close the gap, it would be...

enhancement

### Describe what you want These methods are super helpful in Prisma to avoid boilerplate code when we want to fetch an entity that we know should exist, which is...

enhancement

Hello 👋 With TypeScript project references, when we build a single project, all its referenced dependencies are built beforehand when using `tsc --build`. My issue is that for the dependencies,...

Hello, thanks for this great lib! 👍 Is there a reason why the rule can't return multiple events when it succeed ?

enhancement

Hello 👋, Would it be possible to expose a `pg_query_deparse` which would directly work on the result of `pg_query_parse` (so skipping the protobuf layer)? My goal would be to have...

enhancement

Hello 👋, ## Feature Request I'd like to be able to launch `process-compose up` in the background, without any logs being printed to the current terminal. #### Use Case: I'm...

enhancement

## Summary The [imports map](https://nodejs.org/api/packages.html#imports) doesn't seem supported, if I do something like `import { t } from "#config/trpc.js";` it doesn't appear in the graph. ## Details Now that we...

enhancement
core

I want the search filter to be case_insensitive by default. I see that you have already think of it in your source but when I publish the configuration file of...