Bernhard Liebl

Results 22 issues of Bernhard Liebl

This is a follow up of https://github.com/albumentations-team/albumentations/pull/637 with a new more focused implementation. In contrast to #637, this implementation is based on the existing `grid_distortion`, i.e. it does not change...

Improvements needed
Branch conflict

One way to address https://github.com/pdoc3/pdoc/issues/99: adds a new `scanfilter` parameter that allows excluding specific submodules/sub trees. This also moves `_iter_modules` out of the method scope, which makes it monkey-patchable for...

Feature request: have an option in the preferences to make Caret start in fullscreen mode. Currently, Caret always starts in windowed mode (at least on macOS). It also doesn't remember...

resolved

Fixes installation issues on newer Python versions, also see https://github.com/elimintz/justpy/issues/301 Not thoroughly tested, but seems to work with my toy project.

This is a continuation of #516 and #486. Since #516 and #486 became quite interrelated and I started to fix bugs in a third merged branch, I now decided to...

enhancement
bug
needs work

The following code uses `xtensor_fixed` as a primitive type inside an `xtensor`. I'd expect it to behave similarly to a primitive type like `float` in terms of allocation and deallocation....

This small PR allows users to pull in their own XML parser, like for example https://github.com/leethomason/tinyxml2. (1) It uses NanoSVG's existing XML parsing abstraction and just exposes it for users....

This addresses https://github.com/memononen/nanosvg/issues/130 and is an alternative to https://github.com/memononen/nanosvg/pull/146. I'm seeing the same thing here: The issue is fixed by increasing `NSVG__FIXSHIFT`. If https://github.com/memononen/nanosvg/pull/146 is considered too hard to estimate...

Building with the default instructions via homebrew on macOS will install ffmpeg 5, `make` will fail with ``` [ 3%] Building CXX object CMakeFiles/decord.dir/src/audio/audio_interface.cc.o In file included from /Users/ch/git/decord/src/audio/audio_interface.cc:5: In...

Should fix https://github.com/pytries/DAWG/issues/35, https://github.com/pytries/DAWG/issues/34, https://github.com/pytries/DAWG/issues/31. Tested with python 3.7.3 (macOS) and python 2.7.10 (macOS). With latest Python 3 things compile without warnings (see the four included `int` casts in ranged...