-
Hi
Running espeak-ng with a string ending in `..` (or only `..`) as input causes a lot of weird output and ultimately a segmentation fault:
```
$ espeak-ng "foo.." -q -x
f'u:kj'u: 'Eks j'u:z3…
-
```
terminal: Alacritty / wezterm
os: Linux rok-te3 5.16.2-arch1-1 #1 SMP PREEMPT Thu, 20 Jan 2022 16:18:29 +0000 x86_64 GNU/Linux
```
I'm not sure it is issue of elvish. But I'm experiencing some…
-
Consider this:
```
⬥ cat ~/.elvish/lib/foo.elv
fn nop [@_]{ put nop! }
fn bar { nop }
⬥ use foo
⬥ foo:bar
⬥
```
I _expected_ `foo:bar` to put `nop!`, since the declared `nop` function woul…
-
### Describe the issue you are experiencing
Mit dem heutigen Nightly wird mein RPI-RF-MOD auf GPIO des Pi3B nicht mehr gefunden.
### Describe the behavior you expected
Korrekte Funkmodulerken…
-
Ich setze HAP-Homematic auf meiner Raspberrymatic CCU (ELV Charly) ein, um meine HmIPW-Jalousienaktoren mit Homekit steuern zu können.
Ich habe alle Jalousien in HAP-Homematic eingebunden und sehe …
cmdux updated
2 years ago
-
Running the following command is not allowed with the new tmp syntax:
```
> echo "A" ; tmp TXT = "B" echo $TXT
compilation error: 11-34 in [tty]: tmp may only be used inside a function
compilati…
-
## Bug Report
#### Current Behavior
First of all, I am not sure this is something that Starship is responsible to fix 😊.
When using i.e. bash or zsh+oh-my-zsh on Mac+iTerm2 (or the same insi…
-
This code is ok:
```
try {
fail bad
} except e { #
-
The following code crashes the REPL.
```elvish
for i [1 2 3] {|d| echo $d }
```
Stacktrace:
```
~ $ elvish
~> for i [1 2 3] {|d| echo $d }
goroutine 1 [running]:
src.elv.sh/pkg/sys.Dump…
-
# Question
**Question:** Maybe I missed the impact of #93 or maybe other pull requests since then, but does at least that one impact **all** fitacf 2.5 files?
## Category
- [X] Usage
-…