Cies Breijs

Results 113 comments of Cies Breijs

@karvanit Thanks for reporting! At this point beta28 is out which should fix this issue (OLD_EDT is not longer used in the code). Can you use the latest and see...

Hi @mihkell ! I'm working to get this plugin back in shape. There are new releases (at this point not yet in the marketplace), found here: https://github.com/intellij-elm/intellij-elm/releases If you can...

We stopped using Play1's job runner as it did not have a proper queue'ing system. Now we use a self-rolled jobs system that is AWS/SQS backed. Simple, persisted, scalable. Our...

I used another workaround: set the path to `/usr/local/bin/elm` (in my case). Seem to be a duplicate of #791 -- could you confirm that?

This issue may be similar to https://github.com/konform-kt/konform/issues/194

@kuglee I filed an issue with them asking for help on how to move away from some use of `@Internal` APIs. No response yet, but they have admitted the plugin...

Hi @BenjaminDebeerst ! Thanks for the thorough overview. I have run through the network diagram myself, and tried to distill some PRs out of it, like #802, #803 and #805....

Dunno if [power-assist](https://kotlinlang.org/docs/power-assert.html#assert-function) would be a viable alternative. It's part Jetbrains' maintained Kotlin libs and works well for me thus far. Changing 4000 tests to use another lib would something...

I agree this more important than ever, with AI agent-written changes becoming ever more common.