Denis Denisov
Denis Denisov
# Socket.IO Connection Issue in Firecamp ## Describe the Bug When attempting to connect to a Socket.IO server (v4) using Firecamp, the connection fails with an "Unsupported protocol version" error....
## GORM Playground Link https://github.com/go-gorm/playground/pull/806 ## Description The current implementation of GORM's Raw method has a critical flaw in how it detects and processes named parameters. The method uses a...
Is it possible to bump version of hammer to 7.x? Thank you! ``` Because hammer_plug >= 2.0.0 depends on hammer ~> 6.0 and your app depends on hammer ~> 7.1,...
### GORM Raw SQL Method Incorrectly Handles PostgreSQL Full-Text Search Operators PostgreSQL full-text search operator @@ is not supported in GORM Raw SQL queries with parameterized values due to incorrect...