Vladimir Kotal

Results 94 issues of Vladimir Kotal

Looks like the `timeout=0` in `loop()` caused some unexpected behavior https://forums.adafruit.com/viewtopic.php?p=954996#p954996. Maybe it should be considered setting this to non-zero default ?

bug

This change adds tests for the `web/AuthorizationFilter` class. I removed the `final` classifier from the `PageConfig` class so that it can be conveniently mocked via Mockito.

testing
OCA Verified

Another post-mortem induced issue: Whenever a LDAP lookup times out (say with 3 second timeout) I can see the overall request taking disproportionate time (tens/hundreds of seconds), likely depending on...

bug
authorization

The compact diff view would benefit from having function names displayed for each hunk, similarly to what other tools do (the `--show-c-function` option of GNU diff and also in Git's...

enhancement
UI