hth2
hth2
can you please add support for variable expansion inside backticks? I have a router with several interfaces, and would like to assign the network interface names (e.g. `eth0`) to variables...
I installed ssh-ldap-pubkey as instructed, and tested it with: ``` ssh-ldap-pubkey list -u abc ssh-rsa AAA.... ``` however when I tried to login as abc, I got this error in...
I am using scalacss in standalone mode and would like to generate css that looks as follows: ``` .bar { @apply foo; } ``` (`@apply` is a Tailwind CSS directive)...
thanks for this site, I am a beginner and find it extremely useful. One comment on the UI: I'd like to have the note panel at the right side bigger...
I am having some trouble getting glauth and gitea working, so I wonder what are some ways to test if my glauth setup is working properly. Here is the summary...
I read https://www.lihaoyi.com/Scalatex/#GettingStarted but it seems that the author assumes the reader is already familiar with sbt. Is there a minimal example how to get started? Something like a minimal...
When I start git and then try different views, it would be nice to show the current stack of view names instead of the current view in the status line....
is it possible to have the syntax below supported please? ``` class Bar extends Abc.Foo { } ``` `class Bar extends Foo` works fine, but `class Bar extends Abc.Foo` causes...
I would like to be able to edit notes in an external editor (vim in my case). Is it possible?
I would like to have the option to customize the look of :SearchNotes result. At the moment what I get is: `/home/thanh/Dropbox/vim-notes/%2fcommand-line%2fcli%2ftext-based%2fconsole%2fterminal%2ftools%2futils%2fnmap%2f|81 col 28| tequila:~# ls /etc/default/locale` and I would...