Colin Fleming
Colin Fleming
Ok, so JetBrains are being fairly unresponsive on this, which I think is because there isn't a good answer to it yet. The most I have managed to get out...
Thanks Chris, and I think using Calva makes total sense in this case - VS Code is famous for having a great remote development story. I agree this is an...
Actually, in an unexpected turnaround, I just found the related [YouTrack issue](https://youtrack.jetbrains.com/issue/GTW-5215/Can-not-activate-Maven-profiles-using-JetBrains-Gateway) for the Maven profiles problem. There's a workaround mentioned there - if you double click the profile rather...
Here's how you can do this. You need to edit the template for test configurations, which is used to create new configurations including the temporary ones created by clicking on...
Sorry, Run IDE is just what happened to be open when I opened the dialog. The first screenshot is to indicate the "Edit configuration templates..." link, which should be there...
Ok, here is what I am doing: 1. I import a freshly-cloned copy of polylith. 2. I open `components/common/test/polylith/clj/core/common/brick_names_to_test.clj`. 3. I run the `all-bricks` test, and indeed it fails, and...
It looks like this is a project using some native deps. Can you share the relevant part of your `project.clj`?
What I suspect has happened is that one of your dependencies has been updated, and the new dep has a native component which triggers that handling in lein. I'm not...
My apologies for the very long time this has been outstanding. I've just tried to reproduce this, and I can't - the repro project works fine for me. Is this...
#1378 is one of the issues, but this is more general. I've found numerous cases - the profile calculation is also memoised, and this means that once Cursive is started...