juztin

Results 10 comments of juztin

Oh man, just stumbled across this after getting everything all integrated and working within a pipeline. Is it possible to add an asterisk to "Spanner" within the README, stating that...

I'm also experiencing an intermittent panic around concurrent map access, but within `store.go`, line 99: ``` func (store memoryStore) GetMessages(beginSeqNum, endSeqNum int) ([][]byte, error) { var msgs [][]byte for seqNum...

Looks like this is happening to a few people _(glad it's not just me)_. I'm still trying to figure things out with this project, and including `github.com/quickfixgo/fix42/executionreport` is a really...

Switching to double quotes worked for me: _Mist 0.10.0_ ``` ["0x00000000000000000000000000000000000001", "0x00000000000000000000000000000000000002"] ```

I too am experiencing the same issue. I've specified the database name in the URL, but it seems like `migrate` is ignoring this and trying to create the `schema_migrations` within...

Ughh, same boat. New to DD, and have been pounding my head on documentation that is very lacking. I've got the `otelcol-contrib` running, and it appears to be working _(have...

I did notice that I was behind on commits _(was on `dc11ecd`)_ Just to make sure I was running against the binary built from this project, from current `master: 1....

~Also running into auth issues with the [messages example](https://github.com/slack-go/slack/blob/master/examples/messages/messages.go)~ ~Created an app/token and used the above example with the newly created token and only ever get "invalid_auth".~ **UPDATE** Got this...

On Manjaro, this has worked largely okay for me _(minus some weird widget sizing/placement when moving between monitors of different resolutions)_ Although, after the most recent update from Manjaro, Fyne...