Yusuke Kominami

Results 7 comments of Yusuke Kominami

This issue has been resolved in https://github.com/rust-windowing/winit/pull/1979. Wait for a moment to release new version of [Winit](https://github.com/rust-windowing/winit) and [Glutin](https://github.com/rust-windowing/glutin).

That change was just a hacky way to make Japanese input work fine. But Chinese input got awful by this change and it was decided to add some new API...

Thank you for your care. Actually this project started from just fun for myself. (So this project is still on construction.) But recently I've found this Kai is valuable for...

I think this issue is caused by axum's `nest` method. My application is like below. ```rust let swagger = SwaggerUi::new("/swagger/*tail") .url("/openapi", openapi); let services = Router::new() .route("/", get(root)) .route("/users", get(list_users))...

When I started `slime` in `lem`, I also encountered this issue : ``` command: ros "-s" "swank" "run" status: 137 port: 4005 directory: /Users/komi/ sigreturn returned ? for help [7648]...

@mrnugget Sorry for late response and thank you for checking my PR. To move this further, I cherry-picked @apricotbucket28's [commit](https://github.com/apricotbucket28/zed/commit/a733d2bf17cc682ccfbc141a8c3caea86716270a) just now. The rest part is Windows and Linux(x11). We...