Charlton Trezevant
Charlton Trezevant
Hello all, I'm currently working on this, and have ended up with something mostly functional. My modified version of the `hugo-embed-pdf` shortcode is available here: https://github.com/ctis-me/hugo-werc/blob/master/layouts/shortcodes/pdf.html You can see a...
Actually, I just figured out the issue. The PDF shortcode includes the pdf.js library in the page. If you have multiple of these, the library will be embedded multiple times....
@mvz Potentially. This issue was intended as a proposal to suggest improvements to the current `friendly_token` implementation. Devise-sssecrets was meant to serve partly as a first-draft reference implementation, and also...
For what it's worth, I've been able to work around this problem by forking the action and removing Android build targets from `build_and_release.sh`: ```bash platforms=( darwin-amd64 darwin-arm64 freebsd-386 freebsd-amd64 freebsd-arm64...
RE https://github.com/github/gh-gei/issues/1230#issuecomment-2078150261-- I've essentially made a carbon copy of Tim's commit for `windows-x86`, but will perform some additional testing in my fork.
Or perhaps not... For some reason, none of the workflows in my fork appear in the Actions tab of my fork! Would love to dispatch the CI workflow and actually...
@dylan-smith I was able to create a [separate fork](https://github.com/packfiles/gh-gei) of this repository, merge this PR into it, and run a modified version of the CI workflow (which removed the E2E...
I'd like to second this issue, as I'm trying to run the GEI command line tools in a Linux container on my M1 machine.
Hey @dylan-smith! I'm planning to move forward with adding a linux-arm64 build anyways, since that's what's on my developers' machines. Judging by @timrogers' issue (#796) and associated PR (#797) for...
Another example of the necessity of this: https://github.com/TampaDevs/tampadevs/issues/158.