Vladyslav Moisieienkov
Vladyslav Moisieienkov
I want to expose proto file for clients through **HTTP** as REST endpoint. I want to call this endpoint and get a raw proto file. Can I do this with...
## List of type checkers to investigate: 1. [Pyright](https://github.com/Microsoft/pyright), developed by Microsoft, detects types if no type annotations are present, is used in [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) VS Code extension, which comes with...
Should come after #574 When the `monitor` command will be implemented, the `analyze` command will need to be able to plot monitored data alongside the execution progress plot.
I was doing a one-billion row challenge with Mojo and tried reading 1 billion rows (around 13GB file) using `read_bytes()` and quickly ran out of memory. It does not happen...
### Bug description This line has a single `-`: [https://github.com/modularml/mojo/blob/6d2a7b552769358ec68a94b8fd1f6c2126d59ad9/stdlib/test/builtin/test_debug_assert.mojo#L17](https://github.com/modularml/mojo/blob/6d2a7b552769358ec68a94b8fd1f6c2126d59ad9/stdlib/test/builtin/test_debug_assert.mojo#L17) This line has two `--`: [https://github.com/modularml/mojo/blob/6d2a7b552769358ec68a94b8fd1f6c2126d59ad9/stdlib/test/sys/test_paramenv.mojo#L14](https://github.com/modularml/mojo/blob/6d2a7b552769358ec68a94b8fd1f6c2126d59ad9/stdlib/test/sys/test_paramenv.mojo#L14) Official FileCheck docs use `--` [https://llvm.org/docs/CommandGuide/FileCheck.html](https://llvm.org/docs/CommandGuide/FileCheck.html). The Python version I am using uses two...
### Issue description ``` # Found release for https://packages.modular.com/mojo @ 24.2.0-c2427bc5-release # Downloading archive: packages/24.2.0-c2427bc5-release/mojo-arm64-apple-darwin22.6.0-24.2.0-c2427bc5-release-11-0.tar.gz Done [ █████████████████████████████████████████████████████████████████████████████████████████ ] 100% 167MiB/167MiB @ 47.0MiB/s # Extracting downloaded archives. # Extraction complete,...
### 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? Add larger than...
[BUG] When printing the same SIMD vector with multiple print args, SIMD vector values are different
### Bug description Values are different when printing SIMD vector as a single argument in print vs second argument. ### Steps to reproduce ```mojo alias simd_width = 16 fn main():...
> ### Original Description > To eliminate two files definition by users (proto.file and typescript) we can create a tool to automatically generate typescript interfaces/classes from a proto file and...
# Description/Steps to reproduce The endpoint to expose proto.file for clients similar to open-spec API. How can we do it? Depend on REST component it's the first option. # Link...