Antonio López Rivera
Antonio López Rivera
`InkDrawing`s, that is, the format used by OneNote to store your hand-drawn notes, are exported to Word **without** information as to where they were located in the OneNote page. This...
Currently, pictures in your notes are exported at fairly low resolution. This loss seems to happen in the conversion from Word `docx` to your markup format of choice, carried out...
In the case of large collections (> 1000 notes in tests on my system), your system may run out of memory before finishing the process. Currently the best workaround for...
Currently, certain symbols in notebook names are rendered as `^` in OneDrive. On export, these are also replaced by `^` in section names. ### Known cases - comma `,` ->...
Hi! First of all, thank you so much for making your research open! CLIPort is a really cool project :) This is a pull request which fixes installation issues as...
Hi! First of all thank you for your work! This package has been really useful to understand distance-based statistical models for permutations. ## Arbitrary precision sampling for Mallows Model under...
This PR simplifies the tudat kernel exposure in tudatpy: ## Exposure Explicit kernel exposure with Python wrappers deprecated in favor of exposure by modifying sys.path after importing the compiled `tudatpy.kernel`...
**Describe the bug** I am running into an invalid search space bound error (`Cannot generate a random real if the lower bound is larger than the upper bound`, raised by...
### mypy vs pybin11-stubgen References: - https://github.com/sizmailov/pybind11-stubgen/issues/31 - https://github.com/pybind/pybind11/issues/2350 ### Stub testing References: - https://github.com/python/typeshed/issues/754