Oli

Results 30 comments of Oli

@muzimuzhi What kind of error are you facing? I'm curious, because I just updated my texlive 2019 installation (the packages) and run into the following error and I'm wondering whether...

@muzimuzhi Thanks, turns out it was unrelated. These error messages can be quite overwhelming, sorry. :D

Here is some sample code that reproduces the problem on my machine always, assuming you have a few jpeg images. - ArchLinux - Python 3.5.2 - SimpleITK 0.10.0 ```python import...

I think you referenced the wrong ticket @blowekamp, since the linked one just replicates the HDF5 cmake options in ITK. These changes shouldn't be related to this issue.

Yeah, that looks like a reasonable thing to do. But it probably takes some time until this lands in SimpleITK in form of a new release, I would assume. Does...

I thought it wouldn't be that easy, too bad. Are you planning on adding such functionality in the near future? One more thing, it would be awesome to allow to...

I myself find this idea quite interesting, not particularly with statsd but with other endpoints as well.

A bit old but I thought I add the nice idea of using `str` `Enum`s for options (which is also great for old-school `str`-based settings w.r.t. comparisons). ```python class ChoiceType(click.Choice):...

I am seeing the same error very frequently during a cron run: ``` TypeError: OC\Files\SimpleFS\SimpleFolder::__construct(): Argument #1 ($folder) must be of type OCP\Files\Folder, OC\Files\Node\File given, called in /var/www/nextcloud/lib/private/Files/AppData/AppData.php on line...

@brockallen @josephdecock Do you have any update on this topic? This indeed leads to a race condition. We are currently checking whether we can switch to the provided automated key...