ralismark
ralismark
From what I can tell from the installed headers, there's no public API to interact with flags. Am I missing something?
If you're targeting Android P or higher, have a look at the android-p branch. It's been a while since I've done any Android programming, so I'm not familiar with threading...
I don't see any obvious issues with your code. If the app actually says "Connected" instead of "Connecting...", then in my experience it'll always work. However, I'm not too sure...
Happens on arch linux with both the official and AUR packages, with defaut config. Looking at the events (`uzbl-browser -vp`), only LOAD_PROGRESS 10 is sent. None of the other LOAD_*...
Looks like isomorphic-git already adds the merge conflict markers (in [mergeFile](https://github.com/isomorphic-git/isomorphic-git/blob/b102e1d9a8f48ec20042be5ff0feb9961007e904/src/utils/mergeFile.js#L29-L40)), but [immediately throws if they are added](https://github.com/isomorphic-git/isomorphic-git/blob/b102e1d9a8f48ec20042be5ff0feb9961007e904/src/utils/mergeTree.js#L228-L231).
Just wondering, what else needs to be done for this PR? I rebased onto master and ran `nix-shell --pure tests -A run.all` and the only failure was `firefox-profile-settings`, which seems...
Out of interest, is there a plan for when/how the oxidised fork gets merged back into master? Separate to this fork, I've been having a go at reimplementing parts of...
#657 adds `-Z paper-size` which allows the default to be changed from the command line - e.g. `tectonic -Zpaper-size=a4 ` renders using a4 by default instead of letter.
#657 introduces the `-Z min-crossrefs=` flag to change this e.g. `-Z min-crossrefs=1000` to set it to 1000.
This seems to also happen when you try to `\input` a nonexistant file, e.g. this gives `error: terminal input forbidden` ```tex \documentclass{article} \begin{document} \input{missing.tex} \end{document} ``` It looks like the...