Frederik Elwert
Frederik Elwert
The corpus contains almost 2000 documents. The longest file name is 86 characters long: `2023_muslim-women-who-suffer-family-violence-in-singapore-can-seek-recourse-%c2%ad.txt` (I guess I could shorten the file names, but they were produced automatically, so I...
> Yes, maybe this is a good idea. On the other hand, the sample.md files one sees are sometimes helpful as documentation. Anyone else have thoughts on this? Could the...
I have the same issue with Foliate 2.6.2 on Ubuntu 20.04, installed from Flatpak. It used to work fine, and I don’t know what change or updated caused this, but...
Sure. Is `G_MESSAGES_DEBUG=all flatpak run com.github.johnfactotum.Foliate` all you need? Or how do I obtain the logs you need? Attached is the log I got. [foliate.log](https://github.com/johnfactotum/foliate/files/6239030/foliate.log)
Ah, right, sorry. That's what I see when I first open the app, when it tries to open the last file. That must be from a previous attempt. Then I...
I can report that `WEBKIT_FORCE_SANDBOX=0` worked for me. My locale: ``` LANG=de_DE.UTF-8 LANGUAGE=de_DE:en ```
@unikevin: Shouldn’t this be `expand_tree(sorting=False)`? It’s a bit confusing, but from what I gathered, `sorting=True` means that sorting should happen based on some sort key, while `sorting=False` means it does...
@salman0149 I think it should be possible to pass a custom counter as a data property and then sort by that key in `show()`.
I’m not sure preserving the macro names would be the best thing to do, as the macro names are basically up to the style authors? I guess ideally the variable...
From what I understand, pandoc does not support the corresponding markdown syntax itself, but since 2.10 has the required internal data structure which pandoc-tablenos then populates. And I agree that...