Julian Gilbey
Julian Gilbey
Yes, indeed, but it makes including it in Debian and other Linux distributions hard because of the package conflict. I also just stumbled upon PEP 423: https://www.python.org/dev/peps/pep-0423/#use-a-single-name Anyway, I would...
Update: I had a conversation with my fellow Debian developer Dmitry Shachnev who suggested testing the following minimal code: ```c #include #include int main() { printf("Number of processors: %ld\n", sysconf(_SC_NPROCESSORS_CONF));...
Oh, super, thanks, @muzimuzhi! That is exactly the output expected.
(Ah, correction, kryo is now at 5.0.3. My bad.) @petebankhead @mahdilamb We'll try this suggestion, thanks. Though now I'm confused (and this is a QuPath question, not a BioFormats one):...
Hi @petebankhead Super thanks! Could I just change the `bioformatsVersion = '6.5.1'` in `build.gradle` to read `6.6.0` and then rebuild QuPath? I presume that would do the job.
Hi @petebankhead and @mahdilamb. So I rebuilt QuPath with `bioformatsVersion == '6.6.0'` (I don't know how to drag a jar onto QuPath in Linux), and that built with no problems....
You're right - definitely load the jQuery from Sphinx (1.something, depending on the Sphinx version), otherwise the drop-down menus break. Also, noticed that in `plydata/doc/changelog.rst`, lines 18-24 need to be...
On the positive side: https://github.com/ipython/ipython/issues/12740#issuecomment-751273584 Best wishes, Julian
I was referring to @davidhalter's comment that jedi will soon become stable: > Sorry for that. I did not realize that IPython with that fix was not released yet. I...