Thomas Boby
Thomas Boby
EU4 support is very much unfinished, so in order to get it work well you need to tell it how to find the vanilla files. Either: 1. Place your mod...
I think this is now a working proof of concept that implements the minimum features described in the suggestions issue. Things I'm pretty sure need improving: - [x] The way...
Github supports multiple levels per PR-Check. It appears that the `CheckResult` type doesn't store a level per check, which it would need to in order to support this. https://github.com/reviewdog/reviewdog/blob/f97a4e3dcf58384f7a55d15dbde633ffcbcf6ff0/reviewdog.go#L35-L41
One shouldn't have to run the same analyser three times to get mixed levels though :) We just decided not to use reviewdog for github and use the Checks API...
Hi! You're right, the interface has changed since then so that snippet doesn't work. I've updated it so it works again. Basically, most of the properties return read-only copies as...
Hi! Thanks for reporting this, sorry for the delay in getting back to you. I had a look at this and I'm not really sure how it could happen: there...
> Does having more CK3 files in a workspace (without opening) them increase RAM usage? Yes: cwtools keeps a processed form of every script and localisation file in it's scope...
Could you provide some logs or more context? "View", "Output", then in the panel that opens select "Paradox Language Server" to get the logs from the extension. Has it previously...
Are there any samples in issues or docs which demonstrate how to add extra packages using the new `chisel-wrapper` and update the dpkg/status file? It looks like the tooling has...
What was the number? :) The decimal type should cover "79,228,162,514,264,337,593,543,950,335 to negative 79,228,162,514,264,337,593,543,950,335" with a maximum of 28/29 digits. I thought that paradox games use fixed point numbers, so...