Nilson Pontello

Results 4 comments of Nilson Pontello

I am having the same problem. RawSocketSender shouldn't have a Logger instance capable of writing logs himself otherwise it will have an infinite loop. `public class RawSocketSender implements Sender {...

@greenlaw110 , I believe you need to enable annotation processor for Intellij to get rid of those errors: https://www.jetbrains.com/help/idea/configuring-annotation-processing.html

`+1` for this upgrade. I am looking forward to using `fosite` but my project has a third-party dependency on otel `v1.27.0` then I get this error. ```bash go get github.com/ory/fosite...

I had the same problem as you guys, and downgrading from Vagrant `2.4.3` to `2.4.1` worked for me on Mac `M1`. Here is my stuff: ```bash ruby -v ruby 3.4.1...