CrimsonFez

Results 15 comments of CrimsonFez

I would expect that the font sizing in the terminal would be the same as the font sizing of regular elements. From what I understand about DPR, currently this is...

I might be wrong but, it seams to me like the browser is adjusting the DPR of the canvas before xterm does. Then, xterm is doing its own DPR adjustment...

A simple implementation with oidc-client-ts could achieve the same result as using ouath2-proxy. I don't think user management would have to be a thing, just check if the user has...

I'm also having this issue. Included are operator and mgr logs from when the reload happened. [mgr-a-logs.txt](https://github.com/rook/rook/files/14002899/mgr-a-logs.txt) [operator-logs.txt](https://github.com/rook/rook/files/14002900/operator-logs.txt) Also included my ceph cluster cr (its a txt since gh wont...

there isn't. However you can look in [infrastructure_files/getting-started-with-zitadel.sh](https://github.com/netbirdio/netbird/blob/main/infrastructure_files/getting-started-with-zitadel.sh) for an example. I've modified it for my own usage: ``` netbird.example.net { reverse_proxy /* netbird-dash:80 reverse_proxy /signalexchange.SignalExchange/* h2c://netbird-signal reverse_proxy /api/* netbird-mgmt...

Kubectl does not use websockets. It uses spdy. There is ongoing work to migrate to websockets started in 1.30. I can share more details about my issue later today.

WebSocket support has been in the api for a long time. Only recently are they phasing out spdy. I'm planning on trying to fix this myself, but all I'm going...

After some more testing, it looks like this already works with websockets. I haven't had an issue with this and v1.30 and v1.31 which default to websockets. My issue is...

I'm not seeing any documentation for that. There is no mention in the scaffold output either.

> Is it better for service leases to use the service IP address or to support customization? What do you mean by this? It would be best for the same...