Digit
Digit
Zig versions can get confusing due to how quickly the language moves and changes. Since it's so portable, this PR introduces a module that can determine the current host platform,...
We currently don't do any checks for the Zig version that's in the build machine's path, which leads to confusing errors (see in #46 and in #2), We should do...
Something like `teex list` or `teex inspect` (up for votes) that could provide a nice formatted list of workspaces, and what libraries are installed in them. ie: ``` ~$ teex...
Much like how you can `pip freeze > requirements.txt` it would be fantastic to easily ship around workspaces in some human-readable format, Then you could call some command like `teex...
It would be great if you could specify a version string like you can inside the `mix.exs` file, something like `~> 1.1.0` to ensure you receive all the newest minor...
We can now launch the app directly from Zig
**Is your feature request related to a problem? Please describe.** `connectivity_plus` should be an optional dependency -- We're currently using Flutter in a very slimmed down embedded Linux environment that...
I ran across a subtle bug with this function, basically if you ever included a single dependency in your `mix.exs` with `runtime: false` the code would drop the accumulation during...
I have had a lot of success targeting Linux and macOS machines with this. However I'm running into a puzzling issue, it seems that Rust really wants to link `msvcrt`,...