Lukas Hermann

Results 42 issues of Lukas Hermann

### 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? The Optional docs...

enhancement
mojo-stdlib
mojo

### Bug description ``` from utils.variant import Variant from collections.vector import DynamicVector @value struct Value(CollectionElement): alias Variant = Variant[Float64, DynamicVector[Value]] var _variant: Self.Variant @always_inline fn __moveinit__(inout self, owned rhs: Self):...

bug
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? I would like...

enhancement
mojo-stdlib
mojo

This PR creates an `InlineArray` type that takes any `CollectionElement` rather than just `AnyRegType`. See also [this thread](https://discord.com/channels/1087530497313357884/1228515158234501231) on Discord.

merged-internally

### Bug description Filing to follow up on #2294. Defining `__getitem__` as: ```mojo fn __getitem__(self, idx: Int) -> Self.ElementType: return self.__refitem__(idx) ``` (apparently) fails on top of tree. ### Steps...

bug
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? At minimum it...

enhancement
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? If a function...

enhancement
mojo

I was curious if there is any preferred formatting for content that is part of a series. Some articles that come to mind are [A Trip Through The Graphics Pipeline](https://fgiesen.wordpress.com/2011/07/09/a-trip-through-the-graphics-pipeline-2011-index/)...

### 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? Right now the...

enhancement
help wanted
mojo-stdlib
mojo
mojo-repo