cen1
cen1
**Describe the bug** When using Yubikey PIV for git ssh configured with touch-only authorization, every push to a lfs enabled repo requires multiple (3-5) confirmations. Enabling PIN would make the...
Redis **server** logs the line from the title after each request. It is a **debug** log level and everything seems to work fine but I think there might still be...
Sometimes I only need some sort of an init container to seed the database or a similar task and don't need the entire mysql server installation in the image. Would...
Is it possible to filter by packet IDs? Something like `bnetp and bnetp.pid!=SID_NULL`
Initial attempt to address #114 Two issues to resolve 1. `zip.setUtf8Enabled` needs to be called before `QuaZip::open` to have any effect. Some JlCompress methods have `QuaZip* zip` as an input...
`curl -vvv https://client.badssl.com` Results in `400 No required SSL certificate was sent` But `curl -vvv --cert badssl.com-client.pem https://client.badssl.com` returns ``` 400 Bad Request The SSL certificate error ``` The cert...
## Description In this line: https://github.com/safe-global/safe-react-apps/blob/development/apps/tx-builder/src/lib/getAbi.ts#L23 The URL to gateway is hardcoded. For custom/local deployments, this URL should point to the local CGW instance not to the global URL. Therefore,...
Dockerfile cmd does `yarn static-serve` which in turn does `yarn build && yarn serve`. Even on a powerful machine, this means ~3min just to start the container which is quite...
### Description Updated to 1.88.0 and startup fails: ``` cgw-web-1 | [Nest] 1 - 07/15/2025, 8:11:16 PM ERROR [ExceptionHandler] TypeError: Configuration key "bridge.apiKey" does not exist cgw-web-1 | at ConfigService.getOrThrow...