jrop

Results 52 comments of jrop
trafficstars

I'm experiencing the same issue. I have confirmed it is caused by this commit: https://github.com/Mofiqul/vscode.nvim/commit/ec639c1e96793583a97b96924503ef950593ec22

I've also confirmed that the new highlight groups work with NeoVim 0.8. I was running 0.7 previously.

I've pinned vimwiki to this commit for the time being: `4d7a4da`.

@Eeems That is good to know. The use-case I'm thinking of, however, would be along the lines of giving this to a friend who may not be technically advanced and...

For the record, yesterday I downloaded the [6.1.13](https://github.com/apple/foundationdb/releases/download/6.1.13/FoundationDB-6.1.13.pkg) package from [here](https://github.com/apple/foundationdb/releases/tag/6.1.13), and I am able to compile against the x86 lib on my M1 (MacBook Air). I am running Monterey...

I was able to get a configuration working that I was happy with involving Webpack (live-reload FTW!). Perhaps others may find this beneficial: **webpack.config.js** ```js const HtmlWebpackPlugin = require("html-webpack-plugin"); const...

This all seems pretty clear. The only open-ended thing left is the location(s) of the config file. Since this is sort of a replacement for [`makepkg.conf`](https://wiki.archlinux.org/title/Makepkg#Configuration) (?), I assume it...

I am getting the following error in [email protected]: ``` ❯ degit --help (node:57494) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/Users/jonathan/.config/nvm/10.17.0/lib/node_modules/degit/dist/help.md' at Object.openSync (fs.js:443:3) at Object.readFileSync (fs.js:343:35) at...

This seems to be a duplicate of #83, in which an alternative fork is proposed that has support for these keybindings on macOS.

I got a core dump as well, but I have the WebView running in the main thread: ```rs fn main() { std::thread::spawn(move || { //... set up file watchers using...