Moritz
Moritz
I wanted to annnotate traffic signs in a dataset and therefore had over 50 different classes. These were already existing in a file, one class in each line. When I...
I wanted to pass a slice of slices of boolean values ([][]bool). I would assume that this could simply be done like this: ```go func GetEmptyMatrix(xSize int, ySize int) [][]bool...
This should fix #38 as it cancels the stream subscriptions if the message parser cannot parse a line. Also it catches responses without the header `content-type: text/event-stream` early and (if...
I have my server running behind Apache as a reverse proxy. If the server is running everything is working fine. If I then stop the server the SSE connection dies...
This might be a kind of minor issue, but I think it would be both useful and good practice to add an option to disable the logged messages. In my...