Dr. Zarkov
Dr. Zarkov
When using the SHA1 checkums feature, we get consistent errors and nginx workers being terminated with signal 11. This happens with Ubuntu 20.04 but also with the docker image as...
Using this with lua jit 2.1-20190912 from https://github.com/openresty/luajit2 renders warnings about global variables `[warn] 6#6: *1 [lua] _G write guard:12: __newindex(): writing a global Lua variable ('file_size') which may lead...
For an AR model `VirtualPath` used for a DB based file system, we use this excellent gem. When loading a bunch of the models after applying access control and other...
The wiki page Client-Server-API-2.1 does not document the "subdirs" command. It would be helpful for backend connector implementations.
**Describe the bug** The server can not be contacted anymore to dead connections in state CLOSE_WAIT **To reproduce** We are using a rails application with around 7-10 persistent connections running...
We are trying to update from an old version 0.4.8 to the newest for an older application. It seems the serializer has changed, now for example boolean values are stored...
If I configure an item like this ``` geoip_whitelist_countries: default: [] type: list ``` - it returns a correct [] as the default using `Configurable.geoip_whitelist_countries` - It allows for updating...
We use nginx 1.22.1 with version 1.3.0 and see excessive memory usage. We create zip files with local files only based on a manifest without CRC checksums. For a small...
While reading the documentation for most other redis clients (in different languages) I found that the environment variable `REDIS_URL` is supported and being used out of the box for most...
## Expected Behavior We evaluate this for a BFF architecture with plain oauth2 only ## Current Behavior It seems we either need to use OIDC or a specific provider but...