tiawl
tiawl
### Zig Version 0.12.0-dev.1830+779b8e259 ### Steps to Reproduce and Observed Behavior The file: ```zig const std = @import ("std"); const e = enum (u9) { // From my understanding those...
Hi, I am trying to install `modernish` on alpine docker containers to run my scripts with different shells and check their portability without polluting my laptop. I had several issues...
Hi I would like to request a new feature. For this simple program I am a little bit annoyed: ``` #! /usr/bin/env modernish #! use safe #! use var/arith print_only_N_first_chars...
Hi, it is me again. My goal is not to spam you. I am currently working hard on scripts to change `/bin/sh` with `modernish` so it is possible that during...
- `src/spaceporn` refactoring: - check https://ziggit.dev/docs for tips: - [ ] check every payload capture => use pointer if necessary - [ ] pass const pointers into functions instead of...
- [ ] use `kcov` for cov step - [ ] use a linter for lint step - [ ] use a clean step (with a clean for global cache...
- [ ] remove turbo/dev profiles - [ ] use ReleaseFast/Debug OptimizeMode instead - [ ] make a new compilation process for RealeaseSmall OptimizeMode
How to randomize position, radius, color and other parameters for a grid full of circles ?