Mathieu Lecarme
Mathieu Lecarme
[Grafana's Loki](https://grafana.com/oss/loki/) is prometheus for logs. Loki provides a [tail API](https://grafana.com/docs/loki/latest/api/#get-lokiapiv1tail) for subscribing log events. This API is pure REST, and only depends on a websocket library. * [x] TestConfiguration...
```toto.go:5:2: import "mygit.com/mygroup/myproject/vendor/github.com/flashmob/go-guerrilla" is a program, not an importable package``` I'm using go 1.11 main package should go in a guerillad folder?
> complete implementation of SSL v2/v3 and TLS protocols. No, only TLS. See https://wiki.mozilla.org/Security/Server_Side_TLS
Nobody should install packages globally. `lxml` is missing in the README, it must be installed.
PEP8
It's hard to contribute when the code doesn't follow PEP8 rules.
The code came from https://github.com/ppshobi/psonic/blob/master/src/Ingest.php#L144 I don't understand how to compute chunk size, it's not clea in the [protocol documentation](https://github.com/valeriansaliou/sonic/blob/master/PROTOCOL.md) The tests pass, but doesn't test large chunk. See #10
**Describe the bug** When the pushed text is large, the client throw weird error. **To Reproduce** push few k of text. **Expected behavior** The command should use splitted content, like...
**Is your feature request related to a problem? Please describe.** Client tests should done with a server. **Describe the solution you'd like** pytest for this client. **Describe alternatives you've considered**...
**Describe the bug** When server returns error, client doesn't close socket. ``` ResourceWarning: Enable tracemalloc to get the object allocation traceback /usr/lib/python3.7/socket.py:660: ResourceWarning: unclosed self._sock = None ``` **Expected behavior**...