Aarnav Tale

Results 103 comments of Aarnav Tale

Switched to Monaco, available in 0.1.9.

I mean, is the proxy 1:1? I was proposing just making a `DOCKER_SOCK` variable that let's you specify what to use (what ultimately gets passed to the fetch calls). Would...

@arcoast What you suggested is possible in the latest update 0.1.6

#12 solves half of this issue by implementing the `/proc` method.

Now that everything else is implemented, I want to look at a `systemd` integration and a DIY one before I can call this finished.

I realized that the readme isn't very clear on this, but since the kubeconfig ends up being multiline you'd need to follow this: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings. I'll update the readme at some...

I'd like the ability to set fullscreen for an application. I'm using it as a workaround to the big sur tabs issue in #68.

Thanks for the suggestion, maybe the workaround could be an option to specify hiding windows per monitor or just a better mechanism to give more control for that. I don't...

Is there any way to resize it bigger than that display actually? So for example, if we know ahead of time it's going to the 1920x1080p monitor, make it sized...

The API doesn't actually send the expired column, it's calculated here: https://github.com/juanfont/headscale/blob/main/hscontrol/types/node.go#L138. I'll fix this soon!