Don Smith

Results 8 comments of Don Smith

There is no longer a `build.sh` file. So after updating the `rust-toolchain` file (mentioned above) and installing Rust with `brew install rust` (also from above), from your `~/.local/share/nvim/plugged/LanguageClient-neovim` folder, use...

After poking through the asciinema code base, I think I have a work-around. I've set the `ASCIINEMA_INSTALL_ID` environment variable to the same custom value I've placed in `~/.config/asciinema/install-id` and after...

It's also worth noting dvField does not work if the field is in the cell of a markdown table because of the pipes | used to construct the table.

That's because those versions are only available in the express3 branch. To use that branch, see my comment in issue #340

I still don't have everyauth working with Express 3.x just yet, but it looks like I was able to install the express3 branch by placing this in package.json: ``` "dependencies":...

CydGy, rather than running `sudo npm install [address]` at the command line, edit your package.json file in accordance to my comment above and run `npm install -d`, which tells npm...

In retrospect, this should be 2 PRs, one for the simplified Dockerfile and another to add the `SSB_PATH`. I'm happy to tease them apart if you only want one set...

Looks like this issue is resolved?