wallzero

Results 20 issues of wallzero

**Is your feature request related to a problem? Please describe.** I would like to use Yacht template variables inside a docker compose. **Describe the solution you'd like** For example: ```yaml...

enhancement

I use a shared `webpack.config.js` among projects and it uses the `DefinePlugin` to write some variables during build time - including `process.env.NODE_ENV`. I would also like to use `dotenv-webpack` so...

First, the documentation on `@apollo/react-hoc` appears to be conflicting. There is still no deprecation warning on [npm @apollo/react-hoc@beta](https://www.npmjs.com/package/@apollo/react-hoc/v/4.0.0-beta.1) However, the [GitHub `README.md`](https://github.com/apollographql/react-apollo/blob/master/README.md) states: > "React Apollo's graphql HOC (@apollo/react-hoc) and...

[Steam Big Picture currently does not support CEC controls.](https://github.com/ValveSoftware/steam-for-linux/issues/2817) [However, it is possible to convert CEC input to `uinput`!](https://github.com/bramp/libcec-daemon) It would be a great feature of GamerOS was packaged with...

After a fresh install, when using Kodi (flatpak) in GamerOS, Kodi can see my [PulseEight CEC adapter](https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter) without issue. However, after installation, Kodi fails to initialize the CEC adapter. [I...

I am testing `@uirouter/react` with `react@^18.0.0` and currently run into a build issue with `typescript` and the deprecated `StatelessComponent` type that was renamed to `FunctionComponent`.

**Describe the bug** My Xbox controller is not able to control Jellyfin Media Playerwhen installed via Flatpak. **To Reproduce** Steps to reproduce the behavior: 1. Install Jellyfin via Flatpak 2....

bug
linux

I recommend adding [Jellyfin Media Player](https://flathub.org/apps/details/com.github.iwalton3.jellyfin-media-player) to supported apps. I've installed the flatpak on my Arch machine and it works well. Only issue is I can't seem to get my...

Greetings, Excellent work on this project! With the lastest `oauth2-server` I have a working `client` and `password` model. I am able to generate and verify user, client, and token credentials....

If using this project with latest `oauth2-server`, `express-oauth-server` will fail if using custom express middleware. For example: ```ts const req = new Request(request); const res = new Response(response); expressOAuthServer.server.token(req, res).then(()...