Mojo Dojo
Mojo Dojo
Currently when raising an issue or feature request, many of the inputs have the `shell` render type, which wraps the input in a code block with the `shell` language, you...
### Bug description Trying to throw an error through `debug_assert` is not working in the Mojo playground ### Steps to reproduce ```python from Assert import debug_assert fn test_debug_assert[x: Int](y: Int):...
### Partial use of default values ```python @value struct Benchmark: fn __init__( inout self, num_warmup: Int = 2, max_iters: Int = 100_000, min_time_ns: Int = 500_000_000, max_time_ns: Int = 1000_000_000,...
Just redoing the fastai course and [the link mentioned here](https://youtu.be/8SF_h3xF3cE?t=3062) is broken, timm moved their website to huggingface as in the pull request.
### Bug description Incorrectly calculates the result when `SIMD` is raised to the power of a negative `Int`, producing accurate results only when both operands are `SIMD`. ### Steps to...