Waleed Dahshan

Results 11 issues of Waleed Dahshan

I see that the code is something like this: ```rust while event_counter > 0 { // The API expects us to pass in an arary of `Event` structs. // This...

Currently, zoxide will fail to change into a directory that is in the current directory if you provide a shorter name, supposing that that directory has not been indexed. I...

It would be helpful if we can build markdown documentation without first having to install pip on our machines. I imagine not everyone who would want to use this project...

### Describe the bug The command above does not stream a table of output to autoview, but the user must keep waiting around until the table is fully complete. That...

delight
polish
performance

### Related problem Right now a lot of nushell's utilities do not support streaming, meaning that the user has to wait before seeing any progress. If the user desires to...

enhancement

As per the https://docs.rust-embedded.org/embedonomicon/smallest-no-std.html, I execute the following. ```bash cargo nm -- target/thumbv7m-none-eabi/debug/deps/app-*.o | grep '[0-9]* [^N] ' /homeo/waleed/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-nm: error: target/thumbv7m-none-eabi/debug/deps/app-2fb83299481625ce.o: No such file or directory ``` The binary is...

One of the things that I liked about R was the fact that you could very swiftly spin up a bar chart by using named tuples with `c(A = 1,...

good first issue
extension

### Describe the bug For the Gallery Example with https://docs.manim.community/en/stable/examples.html#pointwithtrace **Code**: ```py from manim import * class PointWithTrace(Scene): def construct(self): path = VMobject() dot = Dot() path.set_points_as_corners([dot.get_center(), dot.get_center()]) def update_path(path):...

bug

Not a fan of having the current line number justified to the left Compare with Zed editor, which also has relative line numbers in normal mode The different colour of...

I believe that using Github files purely for organizing documentation is subpar. I find that most of the Rust books are far superior simply because they organize documentation in terms...