tooomm
tooomm
Looking at our [updater logic](https://github.com/Cockatrice/Cockatrice/blob/master/cockatrice/src/client/network/release_channel.cpp#L44C1-L59C76), it probably matches something on macOS currently. But I'm not sure users on Intel Macs might get a version delivered targeting ARM silicon and vice...
>Wouldn't this update the lychee version even for users who've pinned the lychee-action? This could potentially introduce breaking changes unexpectedly. Yeah, it's probably safer to control the tool version via...
>what does codeql do exactly? It scans for vulnerabilities and errors in the app code. 🕵 GitHub enabled it automatically for all detected languages (for Javascript and Python it runs...
>This type of functionality should be delegated to the Oracle program, not run within the main Cockatrice. We should add an additional step to the Oracle update process where folks...
> It depends on the network connection. It works over here (at the moment): > > ``` > echo 'https://www.reddit.com/r/rust/' | lychee -vvv - > [200] https://www.reddit.com/r/rust/ > > 🔍...
>Intentionally keeping Windows Qt to 6.6 as 6.7+ introduces a nasty bug with game windows resizing we haven't yet identified a fix for. Is that still an issue with newest...
>Windows Qt6.7+ -- When you right click on view library, the entire inner application resizes and can't be fixed. I'll post an example of it at some point, but it's...
> Windows Qt6.7+ -- When you right click on view library, the entire inner application resizes and can't be fixed. I'll post an example of it at some point, but...
>also keep in mind that some users might specifically have set a value that is the default but would be surprised if it were to change in between versions Sure,...
Your change looks good @brunoalr! I see you managed to get it working for Linux and macOS. 👍 It makes the setup a bit easier even because parallelism is automatically...