Dj Isaac
Dj Isaac
@italodeandra As a temporary solution, you can provide a "Slack Webhook URL" as a Discord Webhook URL with `/slack` on the end. [Discord's backend will respect the Slack syntax.](https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook)
I'm also not an expert on this, so at least we're on the same page. If you're including JNA and not using it it is best to let discord-rpc handle...
Please resolve the merge conflict we introduced in the newest commit and we will test your fix :)
Shading JNA isn't as easy as classpath relocation, I'd have to pack the entire thing into discord-rpc. All that native stuff is sitting in another path of the JNA jar.
Hello! May I please ask you to verify your servers are running a Paper version higher than version 239?
There appear to be two different filesize caps, one provided by the API and another by the UI. The UI's 10mb warning kicks in when uploading the 50MB sample file...
I forked the above project as `easy_oauth` (the `flutter_oauth` namespace wasn't my style.) https://github.com/DeJayDev/FlutterEasyOAuth
Thank you for checking, I'm actually not entirely sure what you could be missing. Typically I don't have any issues with pipx and hoped the trace could give a better...
I can reproduce this issue with Firefox 128 using Arch Linux but removing the following snippet appears to solve it 🤔 ```css *:focus { outline: var(--light); box-shadow: 0 0 0...
This is still an issue. Aa workaround I simply started upstream Portainer to configure OAuth then restarted back into this image. This is made easier by using a docker-compose file,...