Erlend Hamberg
Erlend Hamberg
I ran the following command to generate an epub from the print HTML file: pandoc --toc --from html+smart print.html --to epub -o Functional\ Programming\ in\ Lean.epub The `+smart` will convert...
@trofi This is missing the `sqlite3_rsync` tool, which is new in 3.47.0. It should probably follow the recipe of `sqlite-analyzer`: ```diff diff --git a/pkgs/development/libraries/sqlite/default.nix b/pkgs/development/libraries/sqlite/default.nix index dd4e15ea5..1f912e6b8 100644 --- a/pkgs/development/libraries/sqlite/default.nix...
> Tell me if it 'solves' it for you 😄 It did![^1] Thanks! I couldn't get `auto-dark-themes` to work though, but my old, trusty (but now deprecated 😬) settings still...
> I made an effort to keep the old approach working alongside the new. After figuring out which var to pull the list of themes from, the logic is shared...
> Could you please validate if this snippet also works for you @ehamberg? Not really. It seems to only work after one dark mode toggle. So with the following config…...
> Ok, I’ve thought about this more than I should. 😬 > @ehamberg has an issue where Doom Emacs perhaps doesn’t finish initialization after these prompts, but that sounds like...
(Using 0aa6df7f561e702fd42f2436544b957434e93ad9 on the latest Doom Emacs) If I change to [the config shown in the current README](https://github.com/LionyxML/auto-dark-emacs/blob/0aa6df7f561e702fd42f2436544b957434e93ad9/README.md?plain=1#L139-L145): ```elisp (after! doom-ui ;; set your favorite themes (setq! auto-dark-themes '((doom-bluloco-dark) (doom-bluloco-light)))...
@real-or-random Thanks! That seem to work well. (But, oh my!, that's a lot of moving parts. 😬 )
According to https://github.com/mathiasbynens/dotfiles/issues/922 it was removed in macOS 10.13.