Fynn Beuttenmüller

Results 45 comments of Fynn Beuttenmüller

@jhennies thank you for reporting this issue. I'm able to reproduce it and hopefully have it fixed soon. I suspect it's related to the recent Zenodo API changes.

fixed by https://github.com/bioimage-io/spec-bioimage-io/pull/536

Small problem: Any string is valid Markdown. There are no Markdown syntax errors. I propose to we check that the first character is a '#' and if not raise something...

might be relevant: there is a test script for a Markdown **program**: https://github.github.com/gfm/#about-this-document

and more useful: a GH API to render Markdown: https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28

Yes the cache warnings are annoying, but I am afraid of just removing them without updating the cache mechanism. we currently simply go by url, which is very dangerous; thus...

this is being implemented here: https://github.com/bioimage-io/spec-bioimage-io/pull/466

this need some updates as spec main branch has moved forward. maybe this shouldn't be merged into main at all, but stay on a legacy 0.4 branch.

the issue here is that your input has 3 dimensions (yxc), while the output, specified by scale and offset to a reference input implies this input to have 4 dimensions...

let me check this a bit.. we haven't had this use-case before afaik