lasselindqvist

Results 101 comments of lasselindqvist

And why not just use the pragma when connecting? For my special case it happened when trying to "rekey" a database, so it was not possible to do it via...

I am not really an expert on this particular issue, but I suspect that the problem is with 7-zip itself, not the bindings, since 7-zip does not support a silent...

We used this for reading ZIP archives and also for DMGs (https://en.wikipedia.org/wiki/Apple_Disk_Image). We removed the ZIP reading because that was doable with the standard library quite easily, but still rely...

@khmarbaise any chance of getting this looked at?

@rickypc any possibility of getting this change accepted and released?

> > > Let's release this, I'd greatly appreciate it! This particular fix has been released in https://github.com/lasselindqvist/robotframework-imaplibrary2 (robotframework-imaplibrary2)

I opened this because I had a conflict with https://mvnrepository.com/artifact/org.opensaml/opensaml-core/4.1.1 which uses commons-codec 1.15. I removed the following folder from the JAR manually ![image](https://github.com/eclipse-birt/birt/assets/13466645/b384903f-ecb8-4295-bb08-fba91a6b1ffd) and it fixed the issue. I...

I can personally try to update the version for Birt, but while I think shading the dependency would better, the build seems so unorthodox and complicated, I might not know...

I guess since the JAR is available at https://download.eclipse.org/birt/updates/release/4.14.0/plugins/org.apache.commons.commons-codec_1.16.0.jar it must be inside the runtime JAR accidentally. Need to investigate a bit, why that happens. It also contains some other...

I would say it would be good if you could define your own tolerances anyway, even if there was a default one. Maybe with ``` Foo_Bar Foo 42. 0.00001 ```...