Anish Kanthamneni
Anish Kanthamneni
Currently, the 'String' is the only native data type that implements `hyper::body::Body`. If we're passing other data types as a body, we need to add the `http_body_util` crate and add...
I tried to open a `TODO.md` file in vs code with run me installed. It didn't render any of the markdown. When I tried to restart the extension, it cleared...
Implement the `http_body::Body` trait for the `Vec` type to improve ergonomics when working with byte vectors as HTTP bodies. This change allows `Vec` to be used directly as a body...
### Is your feature request related to a problem? I'm trying to host an instance of SurrealDB using a self signed TLS certificate. However, I can't use the python SDK...
Firstly, I want to say I love this tool. Querying the filesystem with SQL feels infinitely more intuitive than looking up the syntax for the find command every time I...
When profiling the following program, ```c // Compiled with `gcc -g -O0 -o main main.c` #include #include #include #include #include int main() { time_t s = clock(); uint64_t size_buf =...
### Review Mojo's priorities - [x] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? I would like...