gionapaolini

Results 7 issues of gionapaolini

I have a FastApi application with a middleware to have a small level of security: ``` @app.middleware("http") async def machine_key_validation(request: Request, call_next): valid = False //always false for the sake...

- [ ] System Designer version number: v3.3.0 - [ ] System Designer platform: iPad Pro 2018 12.9" - [ ] OS version: iOS 12.1.4 I noticed that the feature...

question

### Description: When trying to set up GoAccess in a Docker container behind an NGINX reverse proxy to handle WebSocket connections, I consistently receive a 400 Bad Request error during...

question
websocket-server
docker

Hi, I have the following issue: Suppose I have 2 deployments. Deployment "A" has a limit of 1024MiB. Deployment "B" has a limit of 5000MiB. The total memory of my...

Is there a way to use gpu usage metric on a Horizontal Pod Autoscaler?

I am trying to change the network passphrase in a standalone configuration I tried changing the NETWORK_PASSPHRASE value in the following files `/opt/stellar/core/etc/stellar-core.cfg ` `/opt/stellar/core/etc/stellar-captive-core.cfg ` `/opt/stellar/horizon/etc/horizon.env ` I tried...

enhancement

I am using the tungstenite client in some integration tests and I wish to test the case in which the client stop responding to pings. Quoting the [documentation](https://docs.rs/tungstenite/latest/tungstenite/protocol/struct.WebSocket.html#method.write): > ..For...