Luiz Ribeiro
Luiz Ribeiro
@gdbassett, the scripting plugin is based on Jython 2.5. According to http://www.jython.org/docs/library/functions.html the bin(x) function has only been available since Jython 2.6. I'm not sure how hard it would be...
This is weird. I tried reproducing your bug with a few graphs here and couldn't reproduce. Can you give more details or perhaps share a gephi file with me so...
Hey guys, sorry for not being very responsive. I think @prohorry might be right. I'll try to investigate this during this weekend and will keep you updated.
Hey @seinecle. Thanks for your interest on the plugin! I have been experimenting with the Visualization API support today. I pushed my experiments to the plugin's branch. Basically, it allows...
I checked out @Qyriad's and @ktemkin's [awesome] work today and got it to work after a few minor adjustments: https://github.com/luizribeiro/libsigrok/commit/ee7846dfb0d7c9f853e7799c92348c44b422e076 For now it only supports 8 channels and you can...
I'm running into similar issues. Running scripts doesn't work with neither `poetry run` or within `poetry shell`.
@dannytech, were you ever able to figure this out? I'm running into exactly the same issue, but with a 3070. I also do GPU passthrough, so that could indeed be...
It’s likely that y’all are experiencing the side-effects of the AMD Inception mitigation, which is disabled by `spec_rstack_overflow=off`. Those weren’t introduced on 6.4.9, but most likely patched by your distributions...
Are there any issues which are preventing us from publishing 0.5.1?
I think I figured it out. That repository is using the media type `application/vnd.oci.image.index.v1+json`, which isn’t supported yet.