Abdussamet Koçak
Abdussamet Koçak
When working with funcs with parameters that accept type parameters, `unparam` linter panics. Minimal example to replicate the issue: ```golang package main type typeMapper[T any, U any] func(v T) (U,...
**Describe the bug** SQLite3 dialect is declared as not supporting `RETURNING` clauses https://github.com/doug-martin/goqu/blob/31d438d38230118d377f11cfaad9627aa3a23864/dialect/sqlite3/sqlite3.go#L13 but it actually does. > The RETURNING syntax has been supported by SQLite since version 3.35.0 (2021-03-12)....
Closes: https://github.com/doug-martin/goqu/issues/358
**Describe the bug** goqu fails to escape binary data when inserting new rows in a table that contains a binary `BLOB` column. Obviously this doesn't happen with every binary input....
Currently, only the first command that started the server remains as the terminal title.
I'm using `github.com/bodgit/sevenzip v1.3.0`. When I try to extract a password protected 7z archive with a wrong password, I get `newRangeDecoder: first byte not zero` error. Here's a test to...
I just want to thank you for creating and maintaining this library 🙏. I've built and released an ASP.NET Core library for authenticating requests based on IP using your library:...
I've come across [this usecase](https://stackoverflow.com/questions/68101038/custom-operation-ids-for-single-document-and-not-the-other/68176836#68176836) where I wanted to serve the same OpenAPI document twice with two different sets of operation IDs. It would have been easier if I could...
Fixes https://github.com/simonw/datasette/issues/1129