Mathias Storm

Results 6 issues of Mathias Storm

It would be pretty neat to be able to benchmark. I mean, the results are flaky as fuck and non-dependable, but it still would be nice. https://benchmarkdotnet.org/

enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@graphql-tools/[email protected]` for the project I'm working on. In Sveltekit, the equals-sign is used...

Example: ```typescript const existingUser = t .select({ id: users.id }) .from(users) .where(eq(users.email, normalizedEmail)) .get(); ``` If no user with that given Email exists, existingUser is undefined. Yet the SQLDialect indicates...

Microsoft removed the CommandManager in UWP. https://github.com/Insire/MvvmScarletToolkit/blob/216c0b93361f94f344268fd5f084fbcb4d466086/src/MvvmScarletToolkit.Implementations/ScarletCommandManager.cs#L10 The current implementation relies on CommandManager. The fix is pretty easy, since you already abstracted it away behind an IScarletCommandManager Something like this...

enhancement

### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.21.3 ### Describe the Bug 1. Install drizzle with pg 2. Execute migrations...

bug

### Is your feature request related to a problem? Given the following Type ```csharp public class Example : TenantEntity { public string Message { get; set; } } ``` (TenantEntity...

🎉 enhancement
🌶️ hot chocolate
Area: Relay
📌 pinned
Next