Installing via Magic script
devcontainer
in the process. (See https://github.com/jake-danton/mojo_test for reference).
I got it mostly working, but had some additional dependencies to install (build-essential
, etc) to go from a clean Ubuntu setup (see repro for more info). So there may need to be either prerequisites added to the docs or an update to the script.
The two big things I haven't got working are:...Compilation with constant lookup table
Any plans to release mojo vscode extension to openvsx?
Conditional Conformance Based on Origin
Problem with simple card shuffle program
How to start move my project to mojo?
Mojo Error: Unable to find suitable c++ compiler for linking
Using BMI (pext_u64 and pdep_u64) in Mojo
Issues with ```mojo build``` accross different OSes (fedora 42, debian 12 bookworm)
An question about compile-time parameters
Issue when running `mojo test --debug`
magic run mojo test --debug
I get error:
.magic/envs/default/bin/mojo: error: File exists
...Hey there,
Is there a way to reflect changes to a variable in the reference?
Is there a way to package a python code run under mojo compiler as an executable on android?
Channel for Jupyter/Mojo issues?
Why is `"\0A"` the default `end` value for `print`?
'A'
after the null byte?
In the future, can we expect print
to handle null bytes?...Mojo for-loop performance
Try finally when opening a file
Run into telemetry issue
https://docs.modular.com/mojo/manual/get-started
. And, ran into the issue while executing magic init life --format mojoproject
:
```text
Created /mojo-dev/life/mojoproject.toml...