Jonas Collberg
Jonas Collberg
Hi, thanks for the great looking theme. I also am having problems on Mac OS X. (require 'powerline) (require 'airline-themes) (load-theme 'airline-powerlineish) The theme both takes long to load and...
> Bracket-lib wasm input works by specifying HTML key codes. So how can I make wasm input respect my system layout? I tried with `INPUT.lock()` and `is_scancode_pressed`, and that works...
Cool, I suspect the problem is on a lower layer, if you're using some other library for keyboard handling. I've experienced the same in other WebAssembly situations. > (which focuses...
[slati_profile.zip](https://github.com/domtronn/spaceline-all-the-icons.el/files/927925/slati_profile.zip) This profile was created by moving the cursor up and down many times in the scratch buffer.
(Can be opened with `profiler-find-profile`.)
@domtronn: Cool, I'll try it out (probably tomorrow) and let you know the results.
@domtronn: I have to say that it's still very sluggish. The time from when I press a key to when something happens is something like 250 - 500 ms.
Attaching memory and cpu profile reports. The only thing I did during this profile was to move around the cursor. Hope it helps. [prof.zip](https://github.com/domtronn/spaceline-all-the-icons.el/files/1013624/prof.zip)
OK, figured out how to use custom easings finally. Just thought it would be a good idea to summarize what I did, if anyone else stumbles upon this: ```rust #[derive(Debug,...
Hi, Is it maybe better to transfer the large files separate from the RPC system? You could then perhaps just return the URLs for the resources in the RPC responses,...