David Rouyer
David Rouyer
Hi there, Can we get a more precise type for the ref returned by the component in TypeScript? Can it be an `Instance` type so we can access the instance...
.NET Core 3.0 is coming with the new [System.Text.Json API](https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/) with much better performance than JSON.NET, what do you think of replacing it with the new API?
Are you interested in adding [StyleCop analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) to standardize the coding style?
**Is your feature request related to a problem? Please describe.** Today, it's very difficult to get access to the selection relative to the image (`x`,`y`,`width`,`height`). **Describe the solution you'd like**...
**Describe the bug** I'm trying to use `
## Steps to reproduce I'm building a project with Next.js, tRPC, Drizzle and Neon as a Postgres database (you can find the source code here: https://github.com/DavidRouyer/customer-service) The library is used...