Nooblord

Results 15 comments of Nooblord
trafficstars

Gently ping, still an issue on latest tableplus. :(

Yep, provided workarounds won't work for example with SSR, where I want to initialize with `initializeState` prop on inital SSR render, but keep the `effects_UNSTABLE` `onSet()` callback functionality.

Hey! Thanks for reply @drarmstr . I'm using cookies from request header to set Atoms state on initial Server-side render. And I want `effects_UNSTABLE onSet()` to mutate cookie client-side when...

I kinda wish in new UI there would be something like this :) ![image](https://user-images.githubusercontent.com/11678665/190533445-42064fe7-4320-4055-9ce4-9b7baf76684c.png) With forwarded keys not only can those keys be used for auth, but actually this allows...

@Eugeny hi! Any update on supporting this feature? I see that tcp forwarding already been implemented in russh, but I think (could be wrong here) we still need to learn...

Unfortunately didn’t have time to took on issue myself yet :(, but still very much needed. In my case we have our self-built auth system for distribution of user ssh...

Also all stacks show Active(0/0), maybe related to swarm.

Same, encountering constant definition loop.

I also tried setting server side parameter ``` ClientAliveInterval 45 ClientAliveCountMax 10 ``` But seems like warpgate do not forward these keepalives to client, so those have no effect. Maybe...