Sergey Melekhin
Sergey Melekhin
Since go 1.7 context is built into standard library. I replaced imports with "context" so your library won't have any external dependencies. Also I bumped minimal go version in travis...
I am using pythonbrew 1.3. When trying to "pythonbrew install 3.2.3" It silently fails without displaying any error. Exception raised in curl.py:27 is discarded in commands/install.py:97. You could at least...
Looks like `SaramaHasher` is not exactly compatible with sarama. I switched from `segmentio/kafka-go` to `franz-go` and noticed that now my keys map to different partition (this is a no-go for...
At least mine definitely was. Logs are full of this stuff when I try to connect: ``` 2019/12/25 10:45:49 [ERR] socks: Failed to handle request: Connect to 2001:xxx:4e8:f004::b:443 failed: dial...
When attempting to marshal a field containing a nil value of a type implementing one of the Marshaller interfaces, generated code panics when attempting to call corresponding Marshal function on...
change model and code to work with modern tf2.x and keras 3.x versions add a smoke test, github workflow to run it