Liam Beckman

Results 41 comments of Liam Beckman

I opened pull request #994 that hopefully ticks two of the above boxes. - [x] Include labels for inputs (helps with screen reader accessibility even if visibly hidden) - [...

Hi @bentsherman! Just wanted to reach out and check if there were any updates or blockers with this PR that we can help with. Let us know and we'll happy...

Hmm... seem to be encountering the same issue, will try downgrading to [1.11.1](https://github.com/rancher-sandbox/rancher-desktop/releases/tag/v1.11.1) as @abaerptc recommended. **Edit:** downgrading worked great and resolved this issue! ![rancher-desktop-error](https://github.com/rancher-sandbox/rancher-desktop/assets/15309567/bc760f9b-5702-42a6-8d14-7eb12d4648cb) ## Log Files @jandubois I've...

Thank you for reporting this issue! I will investigate the [section and label transformation code](https://github.com/lbeckman314/md2tex/blob/master/src/lib.rs#L74-L92) to see if this can be fixed. Would it be possible for you to share...

This is a good idea — I will work to get a [`trust`-y](https://github.com/japaric/trust) workflow set up in order to publish binaries in the next couple days.

Just a small progress update — I've got the barebones of a trust workflow set up in the [trust branch](https://github.com/lbeckman314/mdbook-latex/tree/trust), and am ironing out getting Tectonic dependencies (e.g. harfbuzz and...

Progress update — I believe in order to move forward with trust, custom docker images will have to be made that have the harfbuzz, graphite2, and freetype2 libraries installed for...

Progress update — Running into some linking issues with Cross for the `x86_64-unknown-linux-gnu` target. I will try running cross from my Linux machine over the weekend! ```sh cross build --target...

Update from linux machine — Running into a version error for harfbuzz: `Requested \'harfbuzz >= 1.4\' but version of harfbuzz is 0.9.27`. Currently, [Ubuntu 14.04](https://github.com/rust-embedded/cross/blob/master/docker/Dockerfile.x86_64-unknown-linux-gnu#L1) is used to create cross's...

> Looks like [they've considered][1] bumping the Ubuntu version used in those docker containers, but not much has come of it. Thanks for linking that issue! It looks like a...