Wessel van Norel
Wessel van Norel
I'm not seeing this behaviour. The code on line 100 and 101 is (on november 1 2020): ``` read -r -a dirs
@zfogg can you check if you have the CLICOLOR_FORCE variable set? > CLICOLOR_FORCE Color sequences are normally disabled if the output isn't directed to a > terminal. This can be...
`cat $HOME/.tool-versions | grep "^java"`? So the actual answer is, there is no such command.
> LGTM! > @joschi thoughts? The test says no :( Seems I broke the java_integration. Will put PR on draft till it's fixed.
I'll try to redo the work, since it's giving quite some conflicts now.
I seem to be running into this exact issue with 2 large heap dumps. Interesting to me seems to be that the error occurs at exactly the same length, but...
> By Andrew Johnson on Jun 29, 2023 05:04 > > Gustav, have you had a chance to try the ideas in comment 9? > > 1. Try an IBM...
Thank you @fabianlinz for your example project. I've tuned it down a bit more and used `git bisect` to find the commit that caused this. Unfortunately that didn't give me...
We got help and it seems that my assumption that's a bug in gradle is wrong. The way this plugin interacts with the processResources task seems to be wrong. The...
I just found this issue while searching for answers on why I was getting the `Unresolved requirement: Require-Capability: osgi.extender; filter:="(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))"` But the problem with this is not with SLF4J, but...