Results 134 issues of Martin Michlmayr

Maybe a minor issue, but is it LUTE or Lute? The docs are inconsistent and it would be nice to standardize one usage. For example, the manual starts with "LUTE...

**Description** I sometimes get a warning in the console where I start LUTE: ``` /home/tbm/lute/lute/lute/lib/python3.11/site-packages/lute/book/stats.py:98: SAWarning: DELETE statement on table 'sentences' expected to delete 30 row(s); 0 were matched. Please...

code-improvement

``` beanquery> SELECT account, SUM(CONVERT(position, 'USD', date)), balance WHERE account ~ "Expenses:" AND '2025-08-31-bangkok-thailand' in links GROUP BY 1 ORDER BY 1 error: Traceback (most recent call last): File "/home/tbm/.local/lib/python3.11/site-packages/beanquery/shell.py",...

It's late and maybe I'm doing something wrong but I get a Python syntax error with `.format beancount``: ``` beanquery> .format beancount beanquery> SELECT date, META("receipt") WHERE account ~ "^Expenses:"...