David Sitsky

Results 27 comments of David Sitsky

As a point of comparison, I tried the same code but using module clpfd with SWI and it seemed to work fine. I realise clpfd is not the same as...

I also hit this issue today and would love to see it fixed. Do we have any rough idea of timings as to when it might be? Many thanks..

Hi - I have been hit by this exact issue with GraalVM 22.0.0.2 Java 11 CE on Windows 10. The [upx/upx#559](https://github.com/upx/upx/issues/559) issue describes some workarounds for changes in the GraalVM...

I can confirm using 7zip to remove the com/oracle/svm/core/windows/WindowsImageHeapProviderFeature.class entry within the lib/svm/builder/svm.jar file fixes my issue. It would be nice if this can be solved in the official distribution...

I was hit by this issue today. I have local docker images with naming such as the following with a version suffix: prefix/productname:9.0. I had to tag :latest to specific...

I was hit by this reported issue in my project which uses the lombok.extern.slf4j.Slf4j annotation. This annotation auto-generates the "log" variable for logging purposes. As it turns out, I had...

I tried.. but I mentioned that in the above. It fails with this: ``` ai.djl.engine.EngineException: Cannot download jni files: https://publish.djl.ai/pytorch/2.0.1/jnilib/0.28.0/linux-x86_64/cu118/libdjl_torch.so at ai.djl.pytorch.jni.LibUtils.downloadJniLib(LibUtils.java:542) ~[pytorch-engine-0.28.0-SNAPSHOT.jar:?] at ai.djl.pytorch.jni.LibUtils.findJniLibrary(LibUtils.java:276) ~[pytorch-engine-0.28.0-SNAPSHOT.jar:?] ```

Many thanks @frankfliu for your quick reply - that works. Hopefully we can somehow convince PyTorch to fix this issue, as staying pegged to 2.0.1 is not a great long-term...

@frankfliu - this worked fine on Linux, but on Windows (I have to support this platform too sadly), it fails with what looks like the same error, even when using...