Scott Przybylski

Results 7 comments of Scott Przybylski

Yeah, I'm actually just using a custom shader now. I'll try and test this when I get a chance though.

Any progress with this. I'm currently able to use node-irsdk with Electron 4.x and NodeJS 12 if I run electron-rebuild. Would be nice if it worked with 5.x This is...

Do these changes make it so the Query for water heights can be done in a Job?

I'm using the authcode returned by the Authorize command to Authenticate with the REST API. From there I'm hitting the `https://discordapp.com/api/users/@me/guilds/{GuildID}/member` for my game's discord server to see if the...

Oh weird, I don't see any reviews: ![image](https://github.com/Lachee/discord-rpc-csharp/assets/780663/3a19f357-04ee-4628-a187-8dfec509fdf0)

I managed to get it working by adding a flag (--enable-threaded_resolver) to the `./configure` call of libcurl. https://github.com/bpstahlman/cac-enabled-git-setup/blob/master/build-cac-enabled-git#L716 ``` ./buildconf && ./configure --enable-threaded_resolver --with-ca-bundle="${Opts[ca-bundle-out]}" && make && $Make_install ``` After...

After fixing that error, it ran to completion and authentication worked successfully! Thanks for creating this.