Han
Han
`brew install zathura --with-synctex` does not work on macOS Monterey12.3 ```shell ❯ brew update Updated 2 taps (homebrew/command-not-found and homebrew/core). ==> Updated Formulae apache-pulsar bartycrouch hugo libpulsar ❯ brew upgrade...
I tried to reinstall it with verbose and debug log. [zathura.log](https://github.com/zegervdv/homebrew-zathura/files/8356673/zathura.log) And It led to `/private/tmp/zathura-20220326-38965-15gwvk8/zathura-0.4.8/build/meson-logs/meson-log.txt` [meson-log.txt](https://github.com/zegervdv/homebrew-zathura/files/8356675/meson-log.txt) `Run-time dependency libseccomp found: NO (tried pkgconfig, framework and cmake)` `libseccomp` requires a...
> Try using the `--HEAD` flag during install ```shell brew install zathura --with-synctex --HEAD brew link --overwrite zathura ``` works for [vimtex](https://github.com/lervag/vimtex) Thanks. Have a good day.
> Hi @DehanLUO. Actually, This is a limitation of vscode webview, which restricts webview to accessing files outside of the project for security reasons. > > So when [mume](https://github.com/shd101wyy/mume) goes...
Branch [439cf72](https://github.com/stedolan/jq/commit/439cf72afd6a758e3f1366fc26d5d6224213662d) works for me, thx.
> I can display local images only using `embed()` but can’t do the same for online images. Any ideas? this is how I use it > > ``` > ---...
Same error on MacOS Monterey version 12.6. This looks like a bug in [function static jv tm2jv(struct tm *tm)](https://github.com/stedolan/jq/blob/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/src/builtin.c#L1234) and [function static int jv2tm(jv a, struct tm *tm)](https://github.com/stedolan/jq/blob/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/src/builtin.c#L1452). The daylight...
I met the same problem. Version 1.0.197 windows. I added some log at ```js // ./Tabby/resources/builtin-plugins/tabby-telnet/dist/index.js processTelnetProtocol(data) { this.logger.info(data); // LOG ADDED while (data.length) { if (data[0] === TelnetCommands.IAC) {...