Richard Braakman

Results 43 comments of Richard Braakman

No sorry, I'm stumped. I think it's that `process.platform` call, but I'm not sure and I have no idea why it would return the wrong thing anyway. I also have...

If I run with the latest (untagged) commit of this action, it works :) So no code change is needed, just a new release.

Since we now have prereleases with github actions, I removed the old instructions completely. I also updated the instructions for the new input fields in prepare release.

Just wanted to let you know that I'm also waiting for this feature :) My use case is that I want to find a particular game, regardless of in which...

> * The localization key of `diplomatic action` is also the action name itself, with no `_name` suffix Hmm, it already is checked that way... but in addition to the...

All fixed in 1.1.0, except for the diplomatic action one where I believe tiger is already correct.

I've run into this same issue. My project (https://github.com/amtep/ck3-tiger) publishes three binaries in separate archives, with versions for both linux and windows, and the `OS` logic makes it pick the...

Sorry, false alarm. It turns out 0.42 doesn't cause a problem for me, I was just testing wrong. My problem was only with 0.40.

There is a vscode extension which might do what you want: https://github.com/unLomTrois/ck3tiger-for-vscode The main problem with tiger as an LSP is that it's not designed for reading new files interactively....