Blaž Hrastnik

Results 491 comments of Blaž Hrastnik

Well the way I do it right now is that I just make empty files: ##### _data.json ``` json { "class1": { "name": "Class1", "description": "Lorem ipsum" }, "class2": {...

We think it might be equivalent to https://github.com/linux-surface/surface-aggregator-module/blob/3a34bb8c7b4c14ff84283b8b2e0188268b199fcc/doc/requests.txt#L85 on gen7 (Surface Pro 7, Surface Laptop 3) I have a raw dump of the event, but we weren't quite able to...

@qzed I went and recorded some more event values. This time I logged only the `pld` buffer value: https://gist.github.com/archseer/dc3b41a378083a6d2a6205bf1d4f8d6c Sidenote: I seem to have gotten a few warnings on `surface_sam_ssh`,...

You need to also revert the tutor change: https://github.com/helix-editor/helix/discussions/3865#discussioncomment-3666619

> overall effect on new users until probably the couple of weeks after the next release. I think that's too late to decide, we should make the decision before the...

I'm thinking we could match kakoune's insert mode: Only arrow keys and home/end, no ctrl or alt mappings: https://github.com/mawww/kakoune#33-insert-mode

From the vision doc: > Don't try to be everything for everyone. There are many great editors out there to choose from. Let's make Helix one of those great options,...

Can you check again now that https://github.com/helix-editor/helix/pull/3012 is merged?

I wonder how we are doing the scanning: I'd scan first and look for `Cargo.lock` for example, then fall back to `Cargo.toml` in Rust

eslint isn't actually a language server but a linter?