Arthur Evans

Results 143 comments of Arthur Evans

Do you mind targeting the `nightly` branch? Please see the [contributing docs](https://github.com/modularml/mojo/blob/nightly/CONTRIBUTING.md#pull-requests).

Thanks for the fixes! Can you please sign the commits as described in the [Contributor guide](https://github.com/modularml/mojo/blob/main/CONTRIBUTING.md#signing-your-work)? All these fixes look good, so if it's easier you could squash them into...

Thanks! Those roadmap issues were on my radar, so I can fix those. We did leave Python protocols out on purpose.

Fixed the three other issues listed above (https://github.com/modularml/mojo/pull/2668#issuecomment-2115608634), these should be in the next nightly and will make it to the doc site in due course.

Question for the standard library team: how should an unsafe API like this work, and how should we document it? And is this something that should be exposed as a...

Are you following a specific tutorial here? It looks like you're adapting [https://github.com/kumaraayush67/NNFS](https://github.com/kumaraayush67/NNFS) from Python?I don't see a `Tensor` initializer that will take a tuple of tuples like this. (In...

We actually have a changelog, here: https://docs.modular.com/cli/changelog.html I think the problem is that it doesn't belong to any of the top-level doc areas (mojo, max engine, max serving), so it...

I've added an issue to document closures for 24.3. https://github.com/modularml/modular/issues/36537 Currently these keywords only appear when you're declaring a type that's a closure. There are two signatures, `capturing` for an...

@Moosems Right. I was just pointing out that's because the function `hello_decorator` never gets called. Support for python-style decorators isn't wired up in Mojo at this point.

All I see here is a screenshot. Can you add some context? I see this message, but only when I type an open paren after the literal `var l =...