Daniel Baulig

Results 58 issues of Daniel Baulig

I Would like to use my G-keys to switch keyboard layouts in teamspeak. Is switching various profiles something that could easily be added to this plugin?

The excavator process prevents Windows from sleeping. While this makes a lot of sense while mining, it might not make sense while excavator is just idling. It might make sense...

question

I'm using the Podlove Subscribe Button on my Wordpress blog as part of a Podlove Publisher installation. I would love to understand the following interactions: 1. How often do visitors...

Example: ```example.ts const schema = z.tuple([z.string(), z.number()], { message: 'this doesnt look right' }); schema.parse([]); ``` This will throw with a ZodIssue of `{ too_short, 'Array must contain at least...

### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? _No response_ ### Describe the Bug I am trying to update my app...

bug

### Describe what you want I was looking for a way to amend my database results with some additional data. Specifically I am storing a key in a database column...

enhancement

**Describe the problem you have/What new integration you would like** When configuring wireguard one provides the private key in the configuration, but there is no way to infer the corresponding...

### Describe what you want There doesn't seem to be a way to from / join to other tables when using the PgUpdateBuilder builder. Maybe I am missing something? https://www.postgresql.org/docs/current/sql-update.html

enhancement

### Reproduction https://stackblitz.com/edit/remix-run-remix-jkyczz?file=app%2Froutes%2Fstream.tsx Based on discussion: https://github.com/remix-run/remix/discussions/8461 The effects of the bug are twofold: - Actual abort signal behavior cannot be tested and verified using the dev server. - The...

feat:routing
package:dev
bug:unverified

### Describe what you want Maybe I am doing something wrong, but it doesn't appear to be possible to pass a select statement to the values clause of an insert...

enhancement