Samuel Bachmann

Results 8 comments of Samuel Bachmann

Yes, I mean fenced code blocks. The syntax highlighting is already working e.g. for `~~~cpp` or `~~~xml` but not for `~~~yaml`.

I use version 1.8.13. I don't think the xml coloring is a side effect, it looks pretty good. Build example: ``` mkdir build && cd build cmake .. ``` Then...

Result of the yaml highlighting could be something like this: ```yaml # Comment map: # Another comment sequence: - name: "a" - name: "b" - name: "c" value_1: 1 value_2:...

I added a few things to the script of @alanfranz, now it is possible to use package queries to remove old versions. Example call: ``` ./purge_old_versions.py --dry-run --repo release-repo --package-query...

I have noson v4.3.3 (flatpak) installed and it doesn't run on Pop OS 18.04.

Interesting is that the snap package is working. ``` flatpak run io.github.janbar.noson (process:2): Gtk-WARNING **: 20:39:15.136: Locale not supported by C library. Using the fallback 'C' locale. Gtk-Message: 20:39:15.165: Failed...

Thanks for the hint! I'll try that ASAP.