BrokenGem
BrokenGem
> I can't reproduce any of these, might be something specific to alpine. Have you tried using the prebuilt binaries? https://github.com/ouch-org/ouch/releases/tag/0.4.1 Thanks for the reminder. I just downloaded [ouch-x86_64-unknown-linux-musl.tar.gz](https://github.com/ouch-org/ouch/releases/download/0.4.1/ouch-x86_64-unknown-linux-musl.tar.gz) and...
> The prebuilt binaries are built [here](https://github.com/ouch-org/ouch/blob/557f42af926c8f357874871d91fad59073e3e0e8/.github/workflows/build-and-test.yml#L81) automatically with github actions like this: > > ```shell > RUSTFLAGS="-C strip=symbols" cargo +nightly build --release --target x86_64-unknown-linux-musl > ``` > > I'm...
> Did you run `cargo install ouch` recently? Can you confirm that was version `0.4.1`? > > I double-checked and the `0.4.1` code in crates.io is the same as `0.4.1`...
> Thanks for the info, we don't have extra logs, and we can't reproduce it, I don't even know where to start debugging. > > This may be a long...
A little more info about this: I built ouch in ubuntu server 22.04.02 with `--target x86_64-unknown-linux-musl`, which can be used normally in alpine. Use `ldd` against all these three binaries:...
With the help of new bing, I found a relevant answer: https://community.adobe.com/t5/acrobat-discussions/emoji-in-adobe-pdf/m-p/10148090#M121259. According to this answer, the reason for the emoji display problem may be that the PDF specification does...
> Hello @namespaceYcZ > > Yes this a thing that is planned for later, a dedicated directory inside the system would be great. It is not implemeted yet because I...
> > What kind of knowledge do you need? I'm very glad to help but I lack experience and necessary knowledge. I saw some links on the [document page](https://docs.rs/directories/latest/directories/) of...
> > IMHO, a tui application can use the default directory specified by the OS, i.e:\n\nOS\tconfig directory\tcache directory\nLinux\t/home/alice/.config/barapp\t/home/alice/.cache/barapp\nWindows\tC:\Users\Alice\AppData\Roaming\Foo Corp\Bar App\config\tC:\Users\Alice\AppData\Local\Foo Corp\Bar App\cache\nMacOS\t/Users/Alice/Library/Application Support/com.Foo-Corp.Bar-App\t/Users/Alice/Library/Caches/com.Foo-Corp.Bar-App\n(Suppose the user name is Alice, the organization...