Dongdong Zhou

Results 151 comments of Dongdong Zhou

Is `programming_dhall.md` a public file that you can share?

Could you please make the request id the first param of a function

The fix for this would be a more tolerant way to parse the settings. The current way of parsing the settings is that whenever it caught an error, it will...

We probably should call `set_ime_allowed(true)` when text input is in focus, and `set_ime_allowed(false)` when it's out of focus. https://github.com/lapce/floem/blob/main/src/action.rs#L213 And call `set_ime_cursor_area` to put the IME candidate box.

Thanks for your interest! I just tried `WGPU_BACKEND=gl` and it does take effect in some way, because wgpu tried to init with opengl but failed so it failed over to...

Lapce relies on wgpu so if wgpu panics, we probably have nothing we can do at our side. I'd suggest try to run the simplest example in wgpu repo and...

This is the new code folding feature which is not completely finished, because you're using the nightly build. We'll hide the icon for now until it's fully functional.

It would be the vue plugin I would guess. Have you tried if the plugin is working fine locally?

Yeah looks like it's the semantic styles from LSP isn't good enough. Lapce uses semantic styles over the tree-sitter one assuming that LSP should provide a better syntax highlighting.