Holger Hoefling

Results 52 comments of Holger Hoefling

Here I just wanted to add that instead of pydantic, the use of attrs (modern interface) and especially cattrs (for structuring/unstructuring) could be really good. There is a lot of...

openslide-python references an openslide 3.5.0 release ... is that out yet? Last release on github still points to 3.4.1. Thanks!

To add to this ... the returned object is not actually a "FeatureCollection" or "Feature" object, but instead the dictionary encoded version. In practice this can be seen e.g. during...

I just found this library and I love its general approach, also how it extracts docs from the docstring for the argument. Much better approach I feel than typer! But...

Yes, would be very nice. Especially sometimes with data coming from labs, they encode important information in the header

For me the library is in maintenance mode but I would consider a PR. On Thu, Mar 7, 2024 at 10:46 PM Caio Hamamura ***@***.***> wrote: > Currently hdf5 scientific...

sorry for the late reply. Will try to look at the fix over the Christmas break and thanks for the PR.

just a quick update. I had an initial look at this, but I need to dig deeper. A purely technical issue is that the places where you made the fix...

Fixed in #214. You can look for the for the code generates the wrapper files under /inst/CWrappers... but beware, it is not pretty.

@rcannood : I had to revert the changes for now and reopen the issue. The hdf5r.Extra package is causing a reverse dependency error. https://github.com/ycli1995/hdf5r.Extra/issues/1 The code for the fix is...