DimitriosLisenko
DimitriosLisenko
Hello! I was trying to use this gem to record a wav file to STDOUT and then feed it to `WaveFile::Reader` to analyze in realtime. If I recall correctly, it...
## What you expected to happen? I expect network interfaces to have unique names at all times. ## What happened? Sporadically, the container fails to come up due to the...
Resolves #1660 ---- ### Before the change? The HTTP caching doesn't have the Authorization header available to it, and therefore caches + returns values across user boundaries. ### After the...
### What happened? In version 4.22.0 (**and onwards**), `http.authorization 'Bearer', @bearer_token` (which immediately sets the `Authorization` header) was changed to `http.request :authorization, 'Bearer', @bearer_token`, which instead adds the `Faraday::Request::Authorization` to...
We're using esbuild to compile our assets, and we have two separate application.css files - "application.css" and "javascript/application.css". We've configured esbuild to have publicPath of "/assets", and we're seeing that...
### Proposal This operator currently uses HeadBucket in order to check whether the provided S3 permissions are adequate for PITR/backup storage (which is not an extensive check since uploading objects...