Danylo
Danylo
> Could one of you start with a clean, empty history, reproduce the problem then give me: > > * `~/.local/share/gpaste/history.xml` > > * corresponding images located in `~/.local/share/gpaste/images/` >...
I cannot build rust project because it complains about absence of git repository. And I think I cannot force it to skip the check. ``` --- stderr Build configuration: BuildConfig...
The same error. Tried Dendrite 0.13.6 and Synapse 1.101
Passing fzf.KeyMap to the second invocation fixes input. ```go ff, err := fzf.New( fzf.WithNoLimit(true), fzf.WithKeyMap(fzf.KeyMap{ Toggle: []string{"tab", "left", "right"}, }), ) ```
Yeah. I tried to create a minimal reproducible example, but could not trigger that bug. Here's my original website https://github.com/knightpp/zine-reproduce
Note, that this works `curl http://localhost:1990/uk-UA/`, but this will crash `curl http://localhost:1990/uk-UA`
MRE is https://github.com/knightpp/zine-reproduce/tree/mainv2.
Fixed in >= v0.10.3 Reproducible on v0.10.2 122be41ecc4f2f3a56ad3568dd5a8a0ad93de050
Not using rust anymore :)
I see. I'll try to do my own research, but I'm unsure what was the reason to change the target optimization level in the first place? `target-cpu=generic` is a good(?)...