Robert Cocker
Robert Cocker
im having issues installing cuda packages. short of a libtinfo5 dependency ig its obsolete - deprecated
Hey group. running into dependency drama on Python 3.12. I am running with [Pixi](https://prefix.dev/) package manger from the devs @ prefix.dev. Really cool tool. Anyone know the backend stack for...
Can there be an added validation feature or something. I cited a workflow example as provided above. I’m not sure if organizations who are automating or building their own software...
> > Can there be an added validation feature or something. I cited a workflow example as provided above. I’m not sure if organizations who are automating or building their...
Would this fall into this bug issue? kinda trying to make a couple of dictionaries lol: ``` # Build dictionaries var keypad_dict = Dict[String, String]() for i, row in enumerate(keypad):...
> @rcghpge Could you elaborate what you meant? We don't have support for `enumerate` yet, maybe you want to create a feature request? oh no i might have opened up...
I think with low-level programming for Mojo you want closer to the metal than even llvm and mlir. What would the concept of passes in this framework look like. Since...
I started probing around to get an idea of Mojo’s compiler design with your use case. A generic Python object in Python does not translate 1:1 in Mojo yet. Until...