Eric Hansen

Results 37 comments of Eric Hansen

Regarding anchor ID... Why not just create a hash (sha256 or 512) of it? This way you don't need to worry about all these weird edge cases, the id will...

![image](https://user-images.githubusercontent.com/8271207/127661945-f1c2f932-47f9-4459-8dff-4c04841ad071.png) This works for me.

Works as expected for me. When I do `:VsnipOpen` I get a choice of editing a PHP or global vsnip file when I am on a PHP filetype buffer. So...

How do we download v29 exactly?

Cool, sounds good. If the recommendation is to use said installer, should this repo be archived or at least the readme updated to reflect?

> Hey, love the plugin! > > I had a similar thought about sound, but decided to implement some eye candy instead for completion & warning messages using [nvim-notify](https://github.com/rcarriga/nvim-notify). If...

This also happens with PHP (configured from https://github.com/helix-editor/helix/discussions/7574 ) Crash line: https://github.com/helix-editor/helix/blob/master/helix-view/src/handlers/dap.rs#L231 : ``` breakpoints[i].line = breakpoint.line.unwrap().saturating_sub(1); // TODO: no unwrap ``` ``` $ hx --version helix 23.05 (01a1e5ec) ```...

Getting same error on Atom 1.3.1; is there any resolution in sight for this?

I'm guessing no since this has been open for almost a year and seems like no one has touched the issue since 12/05/2015.

If you're on Linux why not just use the Docker version?