Sven Anderson

Results 22 issues of Sven Anderson

Let's play around with golangci-lint, which also can start revive and has a "new" mode.

do-not-merge
no-API

The doc generation doesn't know that we use a preview tag, so all preview APIs are not documented there. We need to investigate, if we can set default tags for...

At least at one place we hand over Go pointers to the Ceph API that gonna get stored in a handler registry after the call returns, which violates the pointer...

bug

The Console API of browsers offer several functions for logs of different severity levels, like error, warn, info, debug. This change uses these functions instead of groupCollapsed for simple logs...

The [Console API](https://developer.mozilla.org/de/docs/Web/API/Console) includes functions for logging on different severity levels, like `error()`, `warn()`, `info()` etc. Using these functions would allow filtering in the browser console.

At least Chrome can group repeating similar log messages. The use of `console.group()` and `console.groupCollapsed()` in BrowserLogger seems to prevent that feature, which is unfortunate especially for often repeating debug...

If the server closes a connection, there seems to be no way for the client to notice that (besides keepalive timeouts). I would expect that the error handler for the...

It seems the README is not up to date with the `-files` option.

The provided nginx configuration (even when changed as suggested in its comment) does not work well von pure container deployments: 1. iOS Apps can't play videos, if nginx does not...

bug
deployment
rebase needed :construction:

TestPingMonitor has a race condition that often causes a segmentation fault.

needs-investigation