Rick Herrick

Results 8 comments of Rick Herrick

Hi @gigaSproule sorry for the late answer. I responded over on the [Gradle Lombok plugin issue](https://github.com/franzbecker/gradle-lombok/issues/47#issuecomment-416620096) since you and @franzbecker had a fairly detailed discussion there. The **tl;dr** version is...

The root cause is in actually in jgit, in the class FS, or really the private internal class FileStoreAttributeCache and its constructor: ``` Path probe = dir.resolve(".probe-" + UUID.randomUUID()); //$NON-NLS-1$...

I just got this same error and found this issue as a result. The BPMN file with which this occurred is part of an example from Baeldung, which you can...

I'm getting the same error with `shm_size` in docker-compose as @gauthierl. The following works with docker-compose v2.2.1: ``` shm_size: "256mb" ``` But this doesn't work: ``` # .env file ENV_PG_SHM_SIZE=256mb...

I'm having a similar issue trying to get the IngressRoute configuration working [as described in the documentation](https://docs.traefik.io/routing/providers/kubernetes-crd/). I copied each of the definitions from the **Configuring KubernetesCRD and Deploying/Exposing Services**...

I found this issue because I'm running into the exact same problem. @thomasrebele I tried your suggestion and get the following: `root@xnatpi [15:59:17] [~] -> # git clone https://github.com/zsh-git-prompt/zsh-git-prompt [You|]...

@Petros99 We've been struggling with this issue for quite some time and had finally settled on "You have to install adoptopenjdk-8.jdk in /Library/Java/JavaVirtualMachines to run our application because that's what's...

Just got this same error in IntelliJ IDEA on OS X. AFAIK this is the first time I've seen it. ``` IntelliJ IDEA 2021.3.2 (Ultimate Edition) Build #IU-213.6777.52, built on...