Rubén Pérez Bachiller

Results 8 issues of Rubén Pérez Bachiller

**lnav version** 0.10.1 musl version **Describe the bug** I am aware of similar issues due to an old version of libpcre3, however I am using the latest 0.10.1 musl version...

bug

I know the reasons why you used this GradleBuild: https://github.com/researchgate/gradle-release/issues/62 But we had a great surprise when we tried to release our recently new stuff using composite builds. GradleBuild is...

enhancement

here is the reproducible sample: https://tinyurl.com/jsoneditordemo You can see there how "limitDeviation" should not be required if orderConfig.type is 'MARKET' When you change required_by_default from "true" to "1 in the...

I am surprised that there is no rule type to simply force a specific version of a transitive dependency. I know I can achieve this with: ``` substitute": [ {...

Hacktoberfest

Hi, I have been fighting for a bit with this interacting with vagrant from gradle, and I think, by reading your code, that you too.... I think you are doing...

Your code is not taken into account the classifier of a dependency. There should be a way to add a classifier in the dependencies.json.

We had to rolback to 1.0.0-RC1. Suddenly the jbrowser process seems stuck on loading our own page. Here I attach a thread dump of the internal process, in a stuck...

https://github.com/MachinePublishers/jBrowserDriver/blob/ccfd99d0e10726b7bf16b114b27b2f456cf578a9/src/com/machinepublishers/jbrowserdriver/Settings.java#L57 Here you are installing your own LogHandler, which is printing stuff to the Standard error. Why are you forcing this? this should be the responsibility of the logger. Just...