Aldira Putra Raharja
Aldira Putra Raharja
Hi guys, Currently I tried to start working on this features, here's my work in progress https://github.com/BoostIO/Boostnote/pull/3288. This is my first PR on this repo and I hope I could...
hi @thibaultfalque I think I've got this error too. here's my logs, using 1.2.8 ``` INFO: Sensor Go Highlighter Sensor [golang] ERROR: Highlighting problem on save java.lang.IllegalStateException: Cannot register highlighting...
How could I try it? Pull the source and build by my self? Is that right? Sorry for dumb questions š
Just tried the latest release, seems there's no issue š But the highlight features is disabled by default, is that right? I tried to set the highlighter via `sonar.highlighting=true` but...
Just tried the rc2. The overlapping issue happens again š ``` java.lang.IllegalStateException: Cannot register highlighting rule for characters at Range[from [line=123, lineOffset=17] to [line=123, lineOffset=23]] as it overlaps at least...
I'm not specify the value of `sonar.highlighting`, so it must be `true`
I've just tried again, with `sonar.highlighting=true`, and the problem still exist. ``` INFO: Sensor Go Highlighter Sensor [golang] ERROR: Highlighting problem on save java.lang.IllegalStateException: Cannot register highlighting rule for characters...
Hey, @molinjun Maybe [this thread](https://kubernetes.slack.com/archives/C0EG7JC6T/p1638401250349400?thread_ts=1638387450.345100&cid=C0EG7JC6T) helps you. Basically, this is a mirror of small parts from kubernetes/kubernetes and will work perfectly on that setup. For me, I solve this issue...
> @dirathea can you paste a snippet of how you are using the SDK to get access to a file? > > > > We are going to be making...
> Which function on the client are you using to retrieve the file? i.e. are you calling `GetObject` or `PresignedGetObject`? Right now Iām calling `FGetObject` to download the file. In...