Benjamin Schultz Larsen
Benjamin Schultz Larsen
Trying to figure out how to do a graceful shutdown The only function i can see it the `.close` described in `docs/Server.md`, but that just kills the server and returns...
It doesn't work inside a shadow dom element, because document.activeElement will select the most outer custom element insted of the input. Googles own "back-to-backspace" uses "var target = event.path[0];" to...
### Version 1.28.0 ### What happened? For pgx, `pgtype.Timestamp` is used for `TIMESTAMP` (and other time related types) regardless if the column is nullable or not. `time.Time` was expected to...
### What do you want to change? `sqlc` generates methods for `:many` queries that read all rows into a slice. For example, the parameterised `ListAuthorsByIDs` query executes: ```sql -- name:...