Michael Younkin
Michael Younkin
Most of my music loaded correctly, but before finishing, I got an exception: ``` (658/781) Found 'Kristine W - Love Come Home (Kristine W & Franke Pharoah vs. Bitrocka Edit)'...
I'm using redis as my broker and result backend. If I send SIGINT I see a log message saying `Signal received: interrupt. Quitting the worker`, but then the process never...
I wasn't sure if the issue template was appropriate for this. Filled it out anyway. This is a feature request - it would be nice if `vim-go` used go modules...
While connected to a MySQL database, I pasted 500 lines that were each 53 characters long into usql as part of one big query. I could actually see usql get...
- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior Pinning dependencies...
### Description The `kubernetes_manifest` resource assumes that it can be updated in-place. I have a resource managed using a `kubernetes_manifest` that can't be updated in-place. It needs to be deleted...
Hey, we are trying to use the new API, and we are a little confused about the intended usage of a `Client`, `Hub`, and `Scope`. According to https://docs.sentry.io/platforms/go/goroutines/, we should...
### Your feature request related to a problem? Please describe. I use neovim and vim-ale to run golangci-lint automatically whenever I save a file. vim-ale also works with gopls, which...
# Changes - Add a new `validate` flag - When the `validate` flag is true, generate a `Validate() error` method that verifies the enum is set to a proper value...
I have a use case where I want to a dry run of the transaction, and rollback right before returning. The docs are not very clear about the preferred way...