-
A mechanism that makes scaladoc strings accessible to cbt, so it can use it when printing help would be great. Maybe via scala meta or maybe a patch to scalac that adds them as annotations to the byte…
cvogt updated
7 years ago
-
Tabs characters usually function in columns, meaning that if I write `Hi\tWorld` and `Hello\tWorld`, both occurances of `World` should be aligned. In Delta however this alignment doesn't work and inst…
-
pkg_version:1.13.1
branch:master
commit_hash:
build_time:2023-02-26 01:55:01 +00:00
build_env:rustc 1.67.1 (d5a82bbd2 2023-02-07),
Generated bug report:
#### Current Behavior
It works on Wind…
-
It's obviously pretty hard to see what description matches up to which flag in cases like this, where some of the descriptions are a lot longer:
```
$ ping -
-A …
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected ter…
-
Test:
```
function testfun
set input (cat)
echo $input
end
echo testing123 | testfun
```
This should output "testing123", but produces nothing.
It works perfectly in bash:
```
function te…
-
from @alexarchambault
For now, we only support bash and zsh completion. I'm not sure what is needed to have fish completion work.
Implementing this should mostly involve changes in [case-app](h…
-
### Intro
This is a one - four hour patch for someone who wants to play around with `Make`, shell, and golang tests.
### The status quo
In a previous commit, mgmt contributor @aequitas has wr…
-
When executing `sway-user-service` from a shell, /etc/profile has already been sourced and does not need to be sourced again. Although this has limited impact on functionality, it does cause annoyance…
-
Greetings.
I'm trying to set my wallpaper in sway using the image I'm currently viewing in `vimiv`. The command is `!swaymsg output * bg % fill`, but I noticed that the `*` is being expanded to all…