Leo Palmer Sunmo
Leo Palmer Sunmo
Thanks for those pointers @alecthomas, I will give this a try if I find some spare time.
Hey @alecthomas, I've implemented the basics for this and spent some time looking at how the existing HighlightLines generates CSS. As far as I understand I couldn't add a custom...
@googlebot I signed it!
From my somewhat limited experience, most players are not quite adhering to the spec. But I agree that the proper way would be to change Souvlaki here.
> I think this code is wrong. All VPNs I've seen (OpenVPN and Wireguard) perpetually have "unknown" operstate. > > https://github.com/soumya92/barista/blob/e4b58e5439b3da96e53066d717c90d7e818f74e1/modules/vpn/vpn.go#L100-L109 This was my hunch as well, but I didn't...
This is great stuff! I would greatly appreciate a new release with this fix in it as I can finally recommend Alacritty for colleagues and projects!
@FergusFettes Try disabling Compton. ``` killall compton ```
This would be hugely useful for me as well, unfortunately I am not familiar enough with Python or Jupyter projects to help. My use case is to run this tool...
Are there any tasks you could break down for us that need to be implemented before Github App support can continue? I'd be keen to help out with this as...
I wrote up two implementations of this using https://github.com/manifoldco/promptui and Go's builtin golang.org/x/crypto/ssh/terminal `terminal.ReadPassword()`. [manifoldco/promptui implementation](https://github.com/leosunmo/vulcanizer/commit/c322e6b3a1554b2df5291b2615e83eb9bffd4be9) [golang.org/x/crypto/ssh/terminal implementation](https://github.com/leosunmo/vulcanizer/commit/0379035c08c19908d9e84f141999089ad3ad1648) Binary sizes: ``` 13544298 promptui-vulcanizer 13120932 terminal-vulcanizer ``` Promptui looks a bit...