DWSimmons

Results 10 issues of DWSimmons

Following up on the conversation in #meta: I am unable to find a set of resources that answers the question of Where am I as a programmer? Where should I...

### Where is the problem? https://docs.modular.com/mojo/stdlib/math/math.html#rotate_bits_right ### What can we do better? "Shifts the bits of a input to the left by shift bits (with wrap-around)." Change left to right...

mojo-repo
mojo-docs

### Where is the problem? https://docs.modular.com/mojo/manual/variables#undeclared-variables ### What can we do better? Text reads, "A variable declared without var follows s." Suggestion: Clarify/edit what 's' means if it means anything....

mojo-repo
mojo-docs

### Issue description I don't believe everyone knows that mojo underpins max. Instead of ``` darin@home:~$ max --version max 2024.6.1505 (238bad6d) Modular version 2024.6.1505-238bad6d-release ``` I think it should read...

mojo-repo

### Where is the problem? https://github.com/modularml/mojo/blob/47ff10b3077e1b70ee9f83444bd7f5a34e96c6f0/stdlib/src/builtin/math.mojo#L423 ### What can we do better? Positive ndigits arg are rounded two digits to the right of the decimal (as in convention in other...

mojo-repo

### Issue description Inside a project environment and shell, running mojo REPL returns warning (github code copy icon is covering the last part which reads "0x1e", if you slide the...

max-repo
magic-cli

Not sure if this is a Pixi or Magic thing, but environment names request "only lower case letters, numbers and dashes". Oddly/interestingly, one can add them and then they can't...

If a project is created without the `--mojoproject` or `--format mojoproject`, a pixi.toml will be created. [Good, as expected] If a project then has a mojoproject then added, the project...

magic-cli

If I am in a project (with or without shell) and I `magic search max` (conda.modular.com/) or `magic search pytorch` (conda-forge) or any package, then everything resolves correctly. When I...

### Bug description Reported boolean values of REPL do not match reported values of print output ### Steps to reproduce 1) magic init project --mojoproject 2) cd project 3) magic...

bug
mojo
mojo-repo
Area: REPL/Notebooks