Nuri
Nuri
Are there plans to support [CouchDB V3](https://docs.couchdb.org/en/latest/)?
None of the examples currently work. The error is from the connection line: ```GO client := documentdb.New("connection-url", documentdb.Config{"master-key"}) ``` `cannot use "master-key" (type string) as type *documentdb.Key in field value`...
What is the resoning behind this change: _You no longer need to embed *relayr.Relay .. but you now need to have all of your relay methods accept a *relayr.Relay as...
It seems OSX and IOS now [support Opus](https://caniuse.com/#feat=opus) in a CAF container.
Thanks for sharing this great example. If it's not too much trouble, could you please expand your example to show us how to stream the raw PCM audio from the...
This is very cool, thank you for sharing. One thing I would love to see are event hooks where I can register my custom function to be called after all...
Windows?
When do you plan to support Windows?
Since this driver supports `database/sql` has anyone tried [sqlx](https://github.com/jmoiron/sqlx) with it? That would be a great convenience with this library.
Thanks for this great sample! Should there be a `return` statement in the 3 error handlers in [this file](https://github.com/rviscarra/webrtc-speech-to-text/blob/master/internal/session/handler.go#L28) ```Go if err != nil { w.WriteHeader(http.StatusInternalServerError) return //like this }...
This is very cool! I was just pondering into the future about how this would work with fly.io auto-scaling in both a single region as well as multiple regions. For...