maan2003
maan2003
that's how syncthing on android works, so this should work on mobile
It is mostly implemented: server has open telemetry support, and integration tests has chrome tracing support. The instructions are documented in `docs/telemetry.md`. Regarding structured logging, it is pretty decent now....
A vote for `MiniBracketed.search`. and `MiniBracketed.last_action` which repeats the action(both next or back) by `MiniBracketed`. say if `]]` and `[[` are bound to `MiniBracketed.last_action` If last action is `]d`, then...
I have started working on this, got some more bindings to work (most of word movement and find movements) branch: https://github.com/maan2003/zed/commits/ma/hx/ I am just changing vim code in place, breaking...
startup time on my system: |command|startup time| |---|---| |iced(glow) |110ms| |iced(wgpu)|190ms| |winit|7ms| |druid(gtk)|16ms| |druid(x11)|12ms| how measurement were taken: iced: start of main to first call to view in `counter` example...
you can run the following command in my forks(bench branch) [iced](https://github.com/Maan2003/iced/tree/bench): `cargo run --package counter --features iced/glow --release` `cargo run --package counter --release` [winit](https://github.com/Maan2003/winit/tree/bench): `cargo run --example window --release` [druid](https://github.com/Maan2003/druid/tree/bench):...
:shrug: I didn't change anything related to that
the `bench` branch
this poll dance for async write doesn't look trivial. I don't think it is possible to convert `async fn save(&self, &mut [u8])` into async write, because caller can just poll_write...
oh right, you can just make all async stuff happen on flush