Gertjan van den Burg

Results 12 issues of Gertjan van den Burg

Hi there! I'm the author of CleverCSV, a Python package that provides improved dialect detection for CSV files. The package is a drop-in replacement for the Python `csv` module and...

Currently, HugoPhotoSwipe allows for three output sizes: large, small, and thumbnail. Additionally it supports the coverimage output using the ``cover`` output size. A feature idea I had was to generalize...

help wanted
feature-idea

Pillow is in the process of migrating the `Image.ANTIALIAS` constant to `Image.Resampling.LANCZOS`, and is showing DeprecationWarnings when running `smartcrop.py`: ```bash python smartcrop.py ./tests/images/travel-1.jpg /tmp/out.jpg ./smartcrop.py:160: DeprecationWarning: ANTIALIAS is deprecated and...

This PR adds support for using [rmapy](https://github.com/subutux/rmapy) as the client for interacting with the reMarkable. This allows us to remove the dependency on rMapi and simplify the installation process. Would...

beta-testers-wanted

This is work in progress, see the TODO in the file. The idea is to have an approach similar to the ``Cropper`` functionality that adjusts the view using the reMarkable's...

help wanted

This will hopefully make it easier to grow the codebase. To do: - [ ] Satisfy mypy complaints - [ ] Add mypy to pre-commit config? - [ ] Add...

This builds on PR #35. After the database migration to 110 I have some empty messages in my threads, so this attempts to filter these out. This in turn can...

This is an attempt to refactor the database queries. The idea is to have a single Database instance that is passed to the functions instead of the opened sqlite3 cursor,...

Suggested by @ma-phi via email. For long conversations it might be nice to optionally separate conversations into multiple HTML files such that they load faster when viewed in the browser....

enhancement

Implement the d3 log scale for labella.py

enhancement
good-first-issue