Eric Dong
Eric Dong
# Bugs and Questions ### Checklist - [x] This is not a `victory-native` specific issue. (Issues that only appear in `victory-native` should be opened [here](https://github.com/FormidableLabs/victory-native/issues/new)) - [x] I have read...
## Description * Replace uinput sudoers hack with better udev rules (user needs to be in input group) * Added some info how to configure the DPI to better scale...
I'm using `[email protected]` When trying to use `this.registerTransformStream`, I got `this.registerTransformStream is not a function` https://yeoman.io/authoring/file-system.html#transform-output-files-through-streams Looking at the node_modules, registerTransformStream does not exist, it has `queueTransformStream` E.g. ``` /**...
Useful for those who encode on VAAPI rather than AMD AMF Reference: https://trac.ffmpeg.org/wiki/Hardware/VAAPI
App Images are Linux distro agnostic binaries, so this would be great to prioritize for Linux support https://www.booleanworld.com/creating-linux-apps-run-anywhere-appimage/ Also add a job that builds a pacman binary (to be used...
Closes: https://github.com/traefik/traefik-library-image/issues/82 - Add armv7 to list for supported architecture check in templates - Regenerate other alpine dockerfiles from template using update.sh
### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-library-image/issues) and didn't find any. ### What did you do? The release binaries have `armv7`, (e.g https://github.com/traefik/traefik/releases/download/v3.5.0-rc1/traefik_v3.5.0-rc1_linux_armv7.tar.gz) but the alpine...