SugoiDogo
SugoiDogo
On a fresh Windows 10 system, the following files need to be installed, or programs will exit with uninformative error codes: https://www.microsoft.com/en-us/download/details.aspx?id=30679 https://www.microsoft.com/en-us/download/details.aspx?id=52685 This is often not an issue since...
`build.gradle`: ``` plugins { id 'java' id 'application' id 'com.palantir.graal' version '0.6.0-72-gefb17c3' } sourceSets { main.java.srcDirs = ['src'] } repositories { jcenter() mavenCentral() maven { url 'https://jitpack.io' } } dependencies...
I'm sending a 60mbps stream to my home server and using ffmpeg on the server to compress it to 6mpbs for streaming sites as well as recording it to a...
jnr-fuse now supports windows via WinFsp, but the API is too low level for my needs. I'm not sure where to start on adding WinFsp support to this project. Or...
```Performing "debug" build using C:\Program Files\LDC 1.26\bin\ldc2.exe for x86_64. hunt 1.7.9: target for configuration "library" is up to date. hunt-extra 1.1.5: target for configuration "library" is up to date. hunt-net...
``` phxtool.exe --env=phx --tool=era --mode=expand --path="C:\Users\Josef\Documents\Halo Wars Mods\vanilla\root" --out="C:\Users\Josef\Documents\Halo Wars Mods\vanilla" --name=root Era:Expander: Treating ERA as 64-bit (Definitive Edition) Removing XMB file #1652 'art\effects\shield_dome\shield_fade_fast_01.xml.xmb' from listing since its XML already...
**Describe the bug** Getting error "Unable to detect Lancache server!", but steam client on PC detects and uses it **Additional Details** Host OS is Fedora 40. Tried running on Docker(podman)...
I run a minecraft server that auto-updates the modpack, but I have clients that don't auto-update. I'd like to be able to show the modpack version in my discord's minecraft...
A docker-compose file doesn't require a top-level name field, but when using a nameless file as input to `podlet compose --pod`, the following error message appears: ``` [root@digitalocean ztnet]# podlet...
### Summary https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#device-code-grant-flow Twitch has added a new authentication flow which allows refreshing tokens without a client secret, but it seems TwitchIO cannot be used without a client secret at...