Mark Hildreth
Mark Hildreth
Currently, gue attaches [some span attribute](https://github.com/vgarvardt/gue/blob/12c8f88366b118940da7a44e56a264c358a24c1c/worker.go#L212-L216) when a job is being run. This is great, although the attributes do not match [OpenTelemetry naming conventions](https://opentelemetry.io/docs/specs/otel/common/attribute-naming/). > For each multi-word dot-delimited component...
When using `GetProfileAndToken`, there are a few cases where we might have an error. Namely: * The Client ID was invalid. * The Secret key was invalid or expired. *...
## GORM Playground Link https://github.com/go-gorm/playground/pull/764 ## Description When using the `@` character in a string passed to `Select()`, the remaining strings passed to select are ignored. For example, these two...
This is an example of a bug in Gorm where strings passed to the `Select()` method may be ignored depending on if the string contains an `@` character.
We recently noticed that ruleguard was running very slowly for us. I was able to track it down to this code: https://github.com/quasilyte/go-ruleguard/blob/575728975f3a97b90b3b206ba431c44ef049362a/ruleguard/engine.go#L175-L190 What we discovered was that when `Imports()` returns...