Diego Parisi

Results 18 issues of Diego Parisi

Splitted feature from #132

Forked, updated and cleaned the original gorqlite client to support prepared statements.

Splitted feature from #132

Splitted feature from #132

It would be great to have benchmarks for MSSQL, MySql and SQLite3 too!

enhancement

Hi, I'm trying to run this example: https://github.com/hybridgroup/gobot/blob/release/examples/raspi_adafruit_dcmotor.go on my Raspberry Pi 4B 4GB to work with two simple DC motors connected to a single Adafruit Motorhat. The wiring seems...

bug

Is it right that `MarshalText()` function, if the input is not valid, returns the same output (`[]byte("null")`) as `MarshalJSON()` function? https://github.com/google/uuid/blob/44b5fee7c49cf3bcdf723f106b36d56ef13ccc88/null.go#L85 Wouldn't it be better if it returned a`[]byte{}`? Thank...

Would be interesting to have some banchmarks on different platforms and against other http servers.

Hi! I just wanted to suggest to expand the main example with a validation test starting from a set of known keys: ``` package main import ( "fmt" "github.com/tyler-smith/go-bip32" "github.com/tyler-smith/go-bip39"...