Joan
Joan
Lombok is a widespread library in Java, and the developers recommended way to use it is by using the plugin because the plugin is also configuring some other things (ie:...
The solution of using `` is _ugly_ because you are mixing XML change with an SQL change. I really prefer the prior behaviour, what about showing a warn in stead...
I agree with @dbyron-sf, this is a breaking change (something that worked in the past, does not work in the new version). This breaking change makes my DB migration not...
When I tried to send a PDF to my kindle I got an error from amazon the format. I think the problem is here: https://github.com/rvolz/BicBucStriim/blob/master/index.php#L1359 the file sent is being...
I'm working on this with @mgryszko, we would like to contribute to fixing this issue, but all the solutions we see imply modifying or creating a config file inside the...
We made option 3. We realized its a safer option, because advanced config file was nor modified by any existing method. Cc @mgryszko
Same problem ``` ./fairy-wallet-0.10.0-x86_64.AppImage [1] 119539 segmentation fault (core dumped) ./fairy-wallet-0.10.0-x86_64.AppImage $ uname -a Linux xps 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux $...
Yes, anything but `"objc"` should be ok. :-)
I get he same error message with `org.mariuszgromada.math:MathParser.org-mXparser:5.2.1` and Gradle 8.5
Thanks @VanRoy I solved it using Condition `new Condition(d -> d.getValue().equals("my expected value"), "Json value is");`