gryznar
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...
### 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...
### 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...
### 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...
### Where is the problem? https://docs.modular.com/mojo/manual/parameters/#parameterized-structs ### What can we do better?  Function `speak()` was improperly renamed to `foo()` ### Anything else? _No response_
### Where is the problem? https://www.modular.com/blog/what-are-dunder-methods-a-guide-in-mojo ### What can we do better?  1) and 2) should work (despite too big indentation, but 3) is invalid IMHO (block defined via...
### 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...
## 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...