Leo Borai

Results 62 issues of Leo Borai

Previous Implementation: https://github.com/http-server-rs/http-server/blob/v0.8.5/src/addon/file_server/scoped_file_system.rs#L127-L144 Refer to: https://github.com/http-server-rs/http-server/pull/294/files#diff-792ca48aada735e893c58f1b6643165c2a1757a2f5070f00a85de87f097217dd

help wanted
good first issue
windows

Capability to open the browser automatically with the `--open` argument

feature
good first issue

It would be nice to have a `HttpServer.toml` we could use to spin up server. When running the server as: ```bash http-server --config ./HttpServer.toml ``` The Configuration would be read...

feature
help wanted
good first issue

We need tracing to produce logs for debugging and monitoring. Tracing is a library we can use given that is developed by Tokio, the same organization behind Axum.

feature
help wanted
good first issue

Make sure these boxes are checked! 📦✅ - [x] You have the latest version of `rustfmt` installed ```bash $ rustup component add rustfmt ``` - [x] You ran `cargo fmt`...

### Description ### Related Issues * #ISSUE_NUMBER ### Checklist - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [ ] The...

Hi @Himujjal, thanks so much for providing this implementation on Tree Sitter Svelte. Working with this Library to provide support for Svelte Syntax Highlighting I found conflicts with [Tree Sitter...

As of today we are using version 5 for `neli` dependency. We must update `neli` to latest (`v6`) or drop it and use `libc` for `linux` as an alternative.

help wanted
good first issue

### Description Similar to other editors, like SublimeText, VSCode, and Zed, whitespace characters for spaces and tabs can optionally be rendered. Some Examples: **SublimeText rendering tabs** **VSCode Rendering Spaces** **Zed...

enhancement