tiawl
tiawl
Putting the `U` declaration outside the enum and changing `@typeInfo(@This())` into `@typeInfo(e)` triggers an `error: dependency loop detected`. So that is right, the "Expected Behavior" section in my first message...
Yes, you are right, I skipped this part of the documentation, thank you for pointing this and thank you for explaining how you made choices to build `modernish`. Moral of...
Yes I think your `is` function suggestion could be a better alternative than `isset`.
> ... to get rid of `isset` altogether and fold its functionality into `is` as a new `set` subcommand. I do not know if it means that you are going...
## `zsh` Installing `modernish` with `zsh` manually on alpine docker container works fine but with a `Dockerfile` it fails during the build stage on 2 tests: ``` #0 2.151 (13/20)...
Hi, I investigated a little bit more to find what is really happening. Here the result: https://github.com/tiawl/modernish_supported_shells Currently `busybox-ash` and `yash` shells do not seem to work whatever the version...
> `str isint` checks that the string is a valid integer number for the purposes of arithmetic expressions. I did not understand the purpose of `str isint` like this. I...
Removing CLI option in favor of a dedicated Imgui widget
Removing CLI option in favor of dedicated Imgui widgets
Removing CLI option in favor of a dedicated Imgui widget