Austin Dworaczyk Wiltshire
Austin Dworaczyk Wiltshire
This was massively confusing me as well, thank you @scienceplease for the example, which really cleared up my understanding.
Note that Kodi 19.4 is out now, so this commit is currently fails. Simply changing the Kodi version to 19.4 allows the image to build.
@warapitiya Got it. I just tested this out using Webpack [Externals](https://webpack.js.org/configuration/externals/). Made the following change in my `webpack.config.js` file: ``` module.exports = (env) => ({ ... externals: { 'aws-sdk': 'aws-sdk',...
Actually looks like this is fixed by https://github.com/jeremydaly/lambda-api/pull/181 Can we get this merged?
I'm not sure if it's related, but I seem to have it this issue when changing my `tsconfig.json` to use `module: "es2020"`, bundling with Webpack, then deploying to a Lambda....
Hmmm, it would seem very strange for this to be intended behavior. It seems incorrect to list a response value in the OpenAPI spec that will never happen. Thinking about...
It looks like this branch has merge conflicts - is this all that remains to be fixed? I'm willing to assist to help get this merged.
After much trial and error, I got everything working with Mullvad + Tailscale + docker containers hosting services on my NAS. I had to use a combination of the above...
It should be noted that mullvad supports split-tunneling using traffic marks - https://mullvad.net/fr/help/split-tunneling-with-linux-advanced/#allow-ip This might be a way to automatically enable tailscale traffic to bypass Mullvad, and should work across...
Same as alex116, I'm crashing on Arch Linux (Manjaro specifically) with the AppImage of RC4. ``` ~/Downloads/Gyroflow >>> ./Gyroflow-linux64.AppImage MDK 0.14.0 (git 378299c) - Multimedia Development Kit. Copyright (c) 2016-2022...