Vladyslav Moisieienkov

Results 11 issues of 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...

feature request

## 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...

type/enhancement

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.

cli/benchmark

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...

mojo-stdlib

### 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...

bug
mojo-repo

### 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,...

mojo-tooling
mojo

### 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...

enhancement
good first issue
mojo-repo

### 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():...

bug
mojo

> ### 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...

enhancement
question
1.0.0-alpha.1

# 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...

enhancement
1.0.0-alpha.1