winlu
winlu
this is mostly done to test https://github.com/pevers/gdcm-rs/pull/7 for now and maybe get some visibility on how to improve it right away. Does not crash but for the 2 test files...
I have been looking to extract images from dicoms that are encoded via "JPEG_LOSSLESS_NON_HIERARCHICAL_FIRST_ORDER_PREDICTION". With the gdcm feature this also worked nicely as long as it was single frame. However...
#### What's the problem this feature will solve? Trying to maintain a requirements.txt and a requirements-dev.txt with just a setup.py #### Describe the solution you'd like I would like to...
When using erlang.mk to build nifs `CC` is used to link the files. this is fine as long as you use only c files. When using cpp you will get...
I am currently evaluating if I want to replace my own ORM solution based on pydantic models and some inheritance of base models (very simple, basically can only do crud)...
``` google-cloud-firestore = "^2.11.1" mock-firestore = "^0.11.0" ``` ` site-packages/google/cloud/firestore_v1/base_collection.py:290: UserWarning: Detected filter using positional arguments. Prefer using the 'filter' keyword argument instead.` i.e. instead of `col.where(_DELETED_ATTR, "==", False)` it...
even with DISQUS LOAD LATER enabled the theme still tries to get the comment count from disqus, enabling disqus to track users. It would be more sensible to further refine...
see https://www.heroicdebugging.biz/drafts/code-hl.html for live example. custom codeblock in pelican-twitchy.css is breaking the expected behaviour for codeblocks with linenos