wooden-worm
wooden-worm
> Just to make sure I understand the goal: you have a stream of pages from parquet2 and want to convert each page to a single Arrow array? Yes, I...
I just double checked, when target `wasm32-unknown-unknown` open telemetry panics at https://github.com/rust-lang/rust/blob/f0c4da49983aa699f715caf681e3154b445fb60b/library/std/src/sys/unsupported/time.rs#L13 at runtime.
Hey great to hear from Tauri, really interesting project you guys are doing. Sorry for not assigning a license to my projects yet. I put them up as PoC and...
Selections are enough for visual confirmation IMO. I also wouldn't mind using https://github.com/helix-editor/helix/issues/2413 for surround delete, however https://github.com/helix-editor/helix/issues/2413 would not work well if you want to surround delete multiple times....
I'm having the same issue and had to change the input source to `Unicode Hex Input` for the shortcut to work. I think `dance` can steal the `match mode` from...
`m` conflicts with the default `match` command. @71 would you consider something similar to what @zetashift posted above?
Sorry bad phrasing on my part. I meant would you consider adding a "match menu", which cover `seek.Object` commands https://github.com/71/dance/tree/master/src/commands#seekobject and probably surround add/delete as posted above? Of course with...
> I had the same problem not long ago. Indeed the problem is that you have to preventDefaults() on the on ondragover event of the target. In Dioxus you do...
Is there anyone reviewing and merging PRs? I need this feature, such a shame this has been languishing for years.
I added a few tests, let me know if I missed anything.