Dries007
Dries007
No, it needs to go inside of the jar block, like this: https://github.com/dries007/TapeMouse/blob/master/build.gradle#L82 Also, you might want to include the build.gradle in the project repo. A build server would then...
@matthewprenger This was what I was hoping for :+1:
Just for your info: [if you use the env kwarg in Popen, the parent's env is not cloned](https://docs.python.org/3/library/subprocess.html#subprocess.run), but you're right, it doesn't actually fix the issue. The after a...
I hope no-one minds me posting this, but this video is the reason I ended up buying an Inky wHat. ["E-paper hacking: fastest possible refresh rate" By Applied Science on...
If anyone has documentation on how the MS login works, we might be able to implement this. Since I only use the server aspect of this project, it's unlikely that...
Does this code meet the relevant standards/EULA specifications for Microsoft?
> Hello, is it a better choice to convert all functions from camelCase to snek_case? Not in the same PR please. Only make 1 relevant change per PR. Aside from...
> Why create a new PR to convert these new functions to snek_case? Oh you're right, I thought you meant some existing functions got changes, I didn't read the PR...
I wouldn't mind checking / releasing major versions. I can setup github actions to automate the actual release process too if you lile. With that in place, releasing for snapshots...
Forge modding is complex, espcially if mods expect sertain packets to come from the client. (Not that that is good design, but it happens.) In theory it's possible, in practice...