Philippe Soares
Philippe Soares
#578 I created seems to be related to this issue too. Can't do dojo builds without code modifications, because dojo builds are created on the server through nodejs or rhino.
No. Sorry...
This is particularly annoying for building private EKS clusters that use spot instances and don't have internet access. They need https://gallery.ecr.aws/aws-ec2/aws-node-termination-handler.
Just stumbled upon this use case and ended up doing what looks like a dirty workaround: ```java Flux orderedProducts = Mono.fromFuture(queryGateway.query(new FindFoos(), ResponseTypes.multipleInstancesOf(Foo.class))) .flatMapMany(Flux::fromIterable); ```
It does crash with a different stacktrace for me. Here is what I see in the error popup "IDE Internal Errors": ``` com.intellij.diagnostic.PluginException: 941 ms to call on EDT ClearLocalMessageHistoryAction#[email protected]...
I got the same error today.
Same problem here... using MacOSX 10.8.3
FYI, I managed to upgrade dojox by using nodejs instead of rhino. I just had to create a ~/.cpm.conf file with CPM_USE_NODE=1 in it.
That didn't come without its issues too... The downloaded zip file is incomplete. This is the list of files I get : LICENSE calc cometd dojox.profile.js encoding gauges grid image.js...
Is this published yet? I have a similar issue when running under WSL2: I have nodejs installed both on windows and on WSL (Ubuntu). Despite having my `PATH` set to...