David Komer
David Komer
This was discussed on Zulip, but isn't being actively worked on at the moment, so opening a tracking issue with @leudz blessing. I have no idea how difficult it would...
Loving this theme! One small tweak - it seems errors (detected by ALE) are highlighted with the same color as a default. Any suggestions for improving this, even if just...
The docs at https://github.com/Canner/canner-slate-editor/tree/master/packages/editors/canner-slate-editor show an example of customising the toolbar - but I'm not sure how to customise the look and feel of items as well as what they...
Let's say I have this in Cargo.toml ``` [features] default = [] dev = ["wee_alloc", "console_log", "console_error_panic_hook"] release = ["wee_alloc"] ``` I want to selectively compile with, let's say the...
The auto-removing of glob path is great, but I might want to give it a custom prefix. Is this possible? Use case is, say, loading everything in `shared/templates` and I'd...
MDN says that WorkerGlobalScope has `performance` in Chrome and Firefox: https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/performance `web-sys` doesn't seem to export this: https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.WorkerGlobalScope.html Is this expected? If so, what is the right way to get...
Just having a bit of trouble understanding the API... the tutorial and cargo docs are great but I feel I need to do a bit of head-scratching to figure out...
Just wondering if you happen to have a hierarchy example to look at, e.g. for implementing a scene graph. Specifically: * walking from parents to children entities, and mutating their...
When following the example, typescript shouts at me: > JSX element type 'JSONTree' does not have any construct or call signatures.
Hi ... I see this plugin is all about highlighting, but I'm wondering if you have a recommended solution for indentation too?