gryznar

Results 24 issues of gryznar

### Where is the problem? https://docs.modular.com/mojo/manual/ ### What can we do better? Manual is missing mention about `Variant` and `Optional` from collection. This features are very powerful and useful, but...

documentation

### 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? Reconsider decorators for...

enhancement
mojo-lang
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? Mojo which tends...

enhancement
mojo-stdlib
mojo

### Bug description This video (finding prime numbers): https://www.youtube.com/watch?v=D4xX3aS5JjE&pp=ygUTbW9qbyB2cyBnbyB2cyBjb2Rvbg%3D%3D shows that Mojo is fast, but not as fast as other languages like Go or even Codon (compiled Python implementation). I...

bug
mojo-lang
mojo

### Where is the problem? https://docs.modular.com/mojo/manual/parameters/#parameterized-structs ### What can we do better? ![image](https://github.com/modularml/mojo/assets/90425096/047fe1c6-a814-4823-862b-277444e726fc) Function `speak()` was improperly renamed to `foo()` ### Anything else? _No response_

mojo-repo
mojo-docs

### Where is the problem? https://www.modular.com/blog/what-are-dunder-methods-a-guide-in-mojo ### What can we do better? ![image](https://github.com/modularml/mojo/assets/90425096/93555516-d3b5-4504-8a2d-23aa82272198) 1) and 2) should work (despite too big indentation, but 3) is invalid IMHO (block defined via...

mojo-repo

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

enhancement
mojo-repo

## Reproduction 1. Prepare file foo.rst with content: ```rst .. code:: python foo() .. ``` 2. Perform: ```sh rstfmt foo.rst ``` ## Current ```python :1: (ERROR/3) Error in "code" directive:...

I am previous user of `lxml`. Unfortunatelly parsing using `lxml` was much faster comparing to `html`. Maybe there are places to improve it via applying some solutions from `lxml`? The...

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Use case I have one entity used for dynamically created data categories. Each of these categories...

enhancement