Dimitar Dimitrov

Results 10 issues of Dimitar Dimitrov

# PR Summary Following #1774 and the modifications proposed in #1776, an alternative structure of the docstring folding code is suggested. The new implementation handles: - module-level docstrings - class...

Even though `ledger-occur` can be used to narrow down a buffer based on a regex, I find it useful to have, in addiction, folding of transaction records. This PR implements...

Sometimes I need to have `http` instead of `https` in the links. Currently I deal with this using ```elisp (use-package git-link :ensure t :bind ("C-c g l" . git-link) :config...

I have installed `dvisvgm` using `sudo dnf install dvisvgm` (version `3.0.4`). Let `math.tex` contains (it is based on the `sphinx.ext.imgmath` template `preview.tex_t`) ```latex \documentclass[12pt]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amssymb} \usepackage{amsfonts} \usepackage{anyfontsize}...

question

Suppose I have 2 tabs `[T1, T2]` and `T1` is currently active (i.e., I am working in it). If I create a new tab `T3` (using e.g., `C-S-T`) it is...

Consider the following automatic transaction: ``` commodity € payee Apple tag TVA account Assets:Bank account Expenses:Accessories account TVA:$account account TVA:Expenses:Accessories = /Expenses:?/ & %/TVA/ (TVA:$account) (tag("TVA")) 2025/04/10 * Apple ;...

`test.awk`: ```awk BEGIN { STDERR = "/dev/stderr" print("First send to stderr") > STDERR print("Second send to stdout") } ``` `goawk -f test.awk` produces: ``` Second send to stdout First send...

This is my attempt: ``` 2025/06/16 * Buy instruments Assets:Instruments 150 Assets:CA 2025/06/16 * Deprecate instruments Expenses:Instruments 50 ; [=2025/06/01] Expenses:Instruments 50 ; [=2025/08/01] Expenses:Instruments 50 ; [=2025/10/01] Assets:Instruments ```...