Vigilans

Results 90 comments of Vigilans

## What potential can this feature unlock? ### `extends` snippet can have placeholder template that varies between services/included projects E.g. by using `include`, each included config has different project name,...

@ndeloof Thanks for your comment! I want to make some arguments on your concern about whether this is "going too far": ### 1. This proposal is an implementation of https://github.com/compose-spec/compose-spec/issues/248,...

Through writing my reply, it came to me that the beginning debate can focus on the syntax: #### `${name[key]}` syntax Pro: adopts the syntax of bash/zsh's associative array, being a...

@ndeloof I'd list some issues here for arguing proposal here is solution to them and better to other alternatives: * https://github.com/docker/compose/issues/3874#issuecomment-1094736787 To get "directory of config file", many weird syntax...

> Currently in compose, all replicas in a service cannot have fields with different values, only swarm can do it. This is really a great obstacle to using replicas in...

If you think all these variables are going too far, especially the monster-looking `${services[service-name][containers][0][env][VAR_NAME]}`(though just an example here but normally will not be used this way), can we just start...

I see. I will keep maintaining this feature in my branch for my homelab usage, and is willing to contribute more smaller PRs with fixes back. There's some other features/techniques...

https://github.com/moonlight-stream/moonlight-qt/issues/1126 支持自定义键位,或简单一些的话自定义Hyper键(替换Ctrl+Alt+Shift为其他键位)? 这样可以使用例如 Windows + Z 而不是 Ctrl + Alt + Shift + Z 来在本地和远程间切换

双向剪贴板同步:原版作者表示因为安全原因只允许使用Ctrl+Alt+Shift+V完成Client -> Host粘贴,这里是否可以实现双向同步?

> 我可以考虑加一个 Ctrl + Alt + Shift + C 来实现 Host -> Client,从而避免普通的 Ctrl CV 触发剪切板互传通信。我在使用第三方远程软件的时候,会频繁遇到同步失败。 我觉得用不同的键位组合来显式执行 Host/Client 剪切板通信是合理的。不过,对于原版的`Ctrl + Alt + Shift + V`有一点想提下,它似乎是在Host的输入框里模拟输入过程?内容是逐字一串串粘贴上去的,而非一瞬间粘贴好,这对于长文本粘贴来说体验很不好。`Ctrl + Alt + Shift +...