Alec Stewart

Results 24 comments of Alec Stewart

I can't remember what I have installed that requires GhostScript, but I know it's require for some software I have. I'll try the `export GERBIL_GSC=/path/to/gsc-script`.

Hm, I actually just changed [this line in build0.scm](https://github.com/vyzo/gerbil/blob/7737902e1df8ef4aa64d525756e09e86b2824bae/src/build/build0.scm#L12) to `gsc-script` and it worked, as well as `export GERBIL_GSC=/path/to/gsc-script`. I'm no Scheme expert, but could `path:` take `(or "gsc" "gsc-script")`?...

Could it not attempt using `gsc-script` if `gsc` fails? That'd be quick to fail for most systems, considering this might be a fringe case of my system calling the gambit...

But I removed GhostScript anyway. It wasn't an essential package for anything. I could just symlink `gsc-script` to `gsc` since GhostScript isn't on my system anymore and doesn't need to...

Well that's nice and all but one of the other problems is that I've failed to ever see a log created by kak-lsp. I have this as my `lsp_cmd`: ```...

I'm on the latest master and tried having `hook window BufWritePre .* lsp-formatting-sync` uncommented and still ended up in the infinite loop.

I would like to give you a log file, but I've never seen one in `~/.config/kak-lsp/`.

My issue in #363 fixed this issue with formatting. For now, at least. EDIT: oh, well not for Nim at least. ``` Enabling LSP for filtetype nim """ , module:...

We're experiencing some issues with AOS as well with Nuxt 3 and Vite. We have the following script tags in our applications `app.vue`: ```html import AOS from 'aos'; export default...

While I'm glad I found this, I'm curious about something. In the example you give, @mhatvan, there's the use of `marked` here, but from what I understand, mdsvex's job is...