Boris Kheyfets
Boris Kheyfets
Found a hack which allows one to open local html files in latest stable firefox (86.x as of now). One need to save a link to a local html file...
in emacs.
> did you open the folder or just the file? I open a java file, emacs asks wither to import hellofx folder, I agree to that. > Emacs has two...
I faced the same issue, but this pull request from Joe Cohen fixes the issue: https://github.com/tachyons-css/tachyons-webpack/pull/6/files
I'm almost there with ``` [latexmath#eq1] ++++ (a + b)^2 = a^2 + 2ab + b^2 ++++ See link:#eq1[Eq. 1]. ``` But this way I have to number equations manually.
@ProgramFan thanks, indeed installing it from github: ``` gem 'asciidoctor-latex', github: 'asciidoctor/asciidoctor-latex' gem 'thread_safe' ``` makes numbered math available via ``` [env.equation#little-fermat] -- a^{p-1} \equiv 1\ \text{mod}\ p -- See...
Same here. I'm on Kubuntu 20.04, building latest sqlitebrowser release with the latest sqlite release: ```bash # https://github.com/sqlitebrowser/sqlitebrowser/releases SQLITEBROWSER_VERSION=`curl -Ls -o /dev/null -w %{url_effective} https://github.com/sqlitebrowser/sqlitebrowser/releases/latest | sed -E 's!.+/tag/!!'` wget...
Works in Kubuntu 20.04 with the latest continuous build: ```bash wget -O sqlitebrowser-continuous.zip https://github.com/sqlitebrowser/sqlitebrowser/archive/refs/tags/continuous.zip unzip sqlitebrowser-continuous.zip rm sqlitebrowser-continuous.zip mv sqlitebrowser* sqlitebrowser-continuous cd sqlitebrowser-continuous mkdir build cd build cmake -Dsqlcipher=0 -Wno-dev...