Tyler Quiring

Results 9 comments of Tyler Quiring

I added `\raggedright` before `%body%` on [line 281](https://github.com/aaronwolen/pandoc-letter/blob/master/template-letter.tex#L281) and that worked for me.

> Keep ueberzugpp installed and try `ytfzf -t -T wayland`, if that doesn't work i'll try doing some debugging myself. I can confirm that this works. Notably, I was having...

> The thumbnail should move when you select a new item. I can confirm this works for me when using `-T wayland`. The thumbnail does not follow the window when...

I'm struggling with the build instructions as well. I'm on [KISS Linux](https://kisscommunity.org/kiss/style-guide/#RUST). ``` rustup install nightly rustup default nightly rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-musl cargo build --config .cargo/release.toml --release...

I'm not sure what you mean by that last part but since I can't build the project I'll look forward to when it's not nightly-only or someone has ideas about...

Thanks, that helped point me in the right direction. I built rust-src and updated rust to 1.88.0 then got it to build with: ``` rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-musl...

I'm having the same issue. Is there any hope of a more permanent solution?

> I can confirm this problem on debian as well. I've modified build.ninja to force to use g++-11: > > ``` > CXX = g++-11 > ``` Did this change...

Removing `-ffreestanding` from `configure.py` resolved the issue for me on posix. Thanks!