Jakob Schnitzer

Results 13 issues of Jakob Schnitzer

As suggested by @blais in #289: > We can now create a new page to list all the trades closed during the reporting period (and their individual P/L)

feature

### Issue(s) Resolved Supercedes #701 ### Description of Changes The current behaviour is to jump to the preview page after saving. This PR adds a new button ("Save Changes and...

This hook automatically updates Python files with modern syntax, e.g., f-strings and sets.

This would fix (among others) #865 and is an alternative to PR #877. Some problems due to our use of editable installs: - Packages with extra_requires fail to install (#865)...

plugin-related

When Beancount compares two inventories (`__lt__`), it compares the sorted lists of positions in those inventories. Positions are sorted by currency ([with major currencies first and then by length)](https://github.com/beancount/beancount/blob/e1716b492c7619682a6d7c33c4873aa41954af1e/beancount/core/position.py#L216)) so...

P1
core-ops
V3

This is an attempt to see if pipenv can be a safer alternative to using Lektor's builtin plugin mechanism to build the site. Edit: I've personally been using pipenv for...

- use uv to generate constraints - deps

Build an alternative file change watcher implementation using the watchfiles libraries. The current file watcher used polling (checking all ledger files and document directories on each poll) - watchfiles uses...

First of all thanks for mantaining this tap with a working sidebar patch. After also installing mutt with the sidebar patch on Arch Linux, I noticed it worked slightly differently...

This uses beanquery to replace the functionality in beancount.query, which works with both Beancount v2 and v3 - however there are some differences on columns in beanquery compared to beancount.query....