Philipp Metzner

Results 47 issues of Philipp Metzner

In the form of ``` fina remove 1 2 5 fina remove $(seq 4 8) fina update 1 2 -c new-category ``` Supported by tinydb: https://tinydb.readthedocs.io/en/latest/usage.html#id2

In the current implementation, a single interface to `tinydb` exists: `financeager.periods.TinyDbPeriod`. For adding different interfaces (e.g. for sqlite, Postgres), the base class should - have abstract methods `add_entry`, `remove_entry`, `update_entry`,...

enhancement
good first issue

For increased usability, a different user interface could be provided. First of all this requires some architectural considerations, e.g. whether the frontend caches queries, and how it is synchronized with...

enhancement
question

Version: v0.5.0 Installation method: download binary from Github releases page Is there a way to insert a newline in the message that I'm typing? Slack GUI has Ctrl+Enter for that.

When creating the html, a title is prepended. Firefox uses it to set the tab text which is again what xdotool can search for. Remember to set `g:vim_markdown_preview_browser='firefox'` in your...

Running the latest linux-musl executable does not work. **To Reproduce** Steps to reproduce the behavior: 1. Download `menyoki-1.2.0-x86_64-unknown-linux-musl.tar.gz` 2. Extract `tar xfv ...` and `cd menyoki-1.2.0` 3. Run `./menyoki` **Expected...

bug

In the example for an enum type field, the value is quoted which is incorrect GraphQL syntax. Below it should be `"state": InStock,` for the BoxState enum field. ![2022-04-14-140345_974x508_scrot](https://user-images.githubusercontent.com/10617122/163387180-dee1c417-2b41-45f7-aa0e-c67673f6d20d.png) Tested...

awaiting-more-info