Gustavo Chaín

Results 28 issues of Gustavo Chaín

When trying to build chainhooks, I'm getting the following error: ``` Compiling librocksdb-sys v0.10.0+7.9.2 The following warnings were emitted during compilation: warning: In file included from rocksdb/table/block_based/data_block_hash_index.cc:5: warning: rocksdb/table/block_based/data_block_hash_index.h:65:7: error:...

documentation
enhancement

When subscribing to you mailing list, one reads: > 🙏 Sorry for this sh** captcha thing, but without it we get spammed. If you know how to code a more...

When teams generate mocks they might be using different versions which generate different code. To identify this issue having the mockgen version printed in the generated code can be useful

I have a mult-steps migration like: ```go return &gormigrate.Migration{ Migrate: func(tx *gorm.DB) error { // This creates the table successfully if err := tx.Migrator().CreateTable("table1"); err != nil { return err...

During the execution of one of my subscribers I get the following log warning: ``` level=warning msg="encountered a retriable error while publishing a subscribed message to topic TOPIC, err: "...

After [return block to client](https://github.com/dapr/go-sdk/commit/5eecffa4fa3df1825d5149471edd83e4aa89e7ba) we no longer should call `Wait` as the `WithBlock` dial option does exactly that. I believe this method is confusing as it serves no purpose...