Marius Cobzarenco
Marius Cobzarenco
Having the same issue too
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.
> It is awesome indeed!!! Indeed it is! :100: However. Does closing this issue mean sled is ... not awesome anymore?
That would be amazing! Or alternatively (and arguably simpler than parsing a small expression DSL like einsum does) a `tensordot` function that allows summing an arbitrary number of dimensions would...
I love the "won't fix" label 😂
How would you map different errors to exit codes? - Currently, zee exists only on panic or user request. As a text editor, there's few reasons to ever exit except...
Thank you for checking out zee! I am not immediately sure what to say as for what is worth the [github actions](https://github.com/mcobzarenco/zee/blob/master/.github/workflows/build.yml) run on Ubuntu 20.04 x86_46 ..albeit on Rust...
The current implementation is careful in not allocating any memory -- which is precisely why it's so convoluted -- where as ``` pub fn strip_trailing_whitespace(text: Rope) -> Rope { text.lines()...
Just to say, I'm sure there's a better way of expressing the existing `strip_trailing_whitespace` in terms of `Rope` operations that still doesn't allocate memory, but it's also easier to read...
> I still think that an iterator approach should at least be tested More than @iainh's [benchmarks](https://github.com/zee-editor/zee/issues/63#issuecomment-1193131419)? > since I expect the Rope queries to be performance bottlenecks while the...