Giuseppe Barbieri

Results 254 comments of Giuseppe Barbieri

I'm not a Groovy expert, but I'm totally open to whatever would make Groovy life users easier If you happen to know, don't hesitate, I can also send you an...

Which project is? Would you consider switching it to Kotlin script?

Github Actions would just need to execute the `publish` task. But the publishing to Github Pages has to be implemented (but right now I don't have time/capacity unfortunately) Also, Github...

@sanity I could add an option to publish to Github Pages and then you would just call this task from Github Actions, would this suffice?

Hey, sorry for the late reply Could you elaborate? Are you looking into publishing just to another branch other than `master`?

Hi, is there a way to detect the DDS version?

Nice, thanks So this means that if I dont have: - DDS_PIXELFORMAT dwFlags set to DDPF_FOURCC - dwFourCC set to "DX10" then I am safe assuming the DDS is supported...

Any update on dx10 support?

So, I quickly prototyped something like [this](https://github.com/elect86/jdll-conf/blob/master/build.gradle.kts): ```kotlin plugins { bioimage.io.jdll } setEngine { engine = Framework.torchscript.`1,13,1` } setModel { model = Models.EnhancerMitochondriaEM2D } execute = { model, inputsTensor, outputsTensor...

Hi Steve, I didn't test the lib anymore on Ubuntu since more than a year now.. > Would it be better if the tests were configured to use either a...