retif
retif
Ooh, I have a guess. First I added your feed via Feedly, and looks like the way Feedly works is that it "caches" the feeds which users add to it,...
I wanted to implement this, but very soon discovered that there is no way to add a single record, as you can only send a JSON object with all the...
Got the same problem with Assimp v5.3.1 and not-sure-which-exactly Android NDK/API version (*there is a mix of different buildbots from different projects, or just a mess in other words*). The...
@kilx, I'm struggling a bit with your workaround, what are you referring to by "flattened tex file"?
Oh, I see. Yes, that's how I understood it, but I was hoping that I got it wrong :) But okay, then it means that `$texdoc` and `LATEXDIFF_TEX_FILE` are pointing...
...ooooh, now I understand. The `LATEXDIFF_TEX_FILE` should contain the name of the main file, which indeed is the same as the main project file, but the point here is that...
I have this problem too. Versions: - Sublime Merge `2076` - Git `2.37.3.windows.1` Conditional configs are set like this: ``` ini [includeIf "gitdir/i:d:/code/"] path = .gitconfig-retif [includeIf "gitdir/i:d:/work/"] path =...
Would be nice if the order was based on `html-prefs`/`AppPrefs` - so if one added panels there in particular order, then these panels would be placed into the layout in...
That is a good point, I don't remember why I haven't tried with `_acme-challenge.your.domain` and went with the bare `your.domain` instead.
I got the same(?) issue. I have the following configuration: ``` cpp | lyra::arg(configFile, "/path/to/config.json") ("Path to the config") | lyra::opt(outputPath, "/path/to/folder/") ["--output"] ("Path to the output folder") ``` If...