Ian Kettlewell

Results 40 comments of Ian Kettlewell

So rust-lang/rust#73905 was merged and I decided to see how it impacts `glow` compile times. Clean build times of `glow` on stable: ~15.3 seconds Clean build times of `glow` on...

Take a look at ‘fontdue’ by @mooman219 It may meet your requirements: https://github.com/mooman219/fontdue

Sounds good to me! Thanks for thinking this through! As for the edge cases they could be ignored for now and revisited if they're actually causing a problem for someone.

Thanks for the report! That's a good catch. And yup, the certificate will definitely have to be regenerated.

Sorry for the delay on this fix! I pushed a new version of `devserver` with a key size of 2048. Let me know if it fixes the issue!

Again I hit this: ``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', /Users/ian/.cargo/registry/src/github.com-1ecc6299db9ec823/devserver_lib-0.1.7/src/lib.rs:100:49 note: run with `RUST_BACKTRACE=1`...

@lunabunn This is an implementation of `IMECompositionEvent` for MacOS. I've tested it very lightly by typing some Japanese words I know and checking that the candidates get sent correctly. Does...

I've noticed a complication with this approach on MacOS. When holding the 'a' key the following things occur: * `CharacterReceived { character: 'a' }` is sent * A candidate window...

Definitely worth seriously considering! I'll go through your points and add my thoughts. On a high-level I'm optimistic that it might not be as much work as it initially seems....

This is a good idea to investigate. I started coding it on this branch: https://github.com/kettle11/kapp/tree/SDL So far all that happens is a window can be opened, and the event loop...