Jaremy Creechley
Jaremy Creechley
Follow HTML pattern and make any Node that can be selected / focused able to be selected / focused automatically.
1) width - min-width - max-width 2) height -min-height - max-height 3) display 4) background-color 5) border/border-width/border-radius 6) padding 7) margin 8) position 9) top-left-right-bottom 10) display-flex things meaning: justify-content,...
Makes a new base type `StackStringBase[T; Size: static Natural]` that has a generic parameter for the string length size. For backwards compatibility purposes, `StackString[N: static Natural]` is defined as a...
alternative PR calculating the minimal int size for comparison to having it as a generic param.
Thanks for the library! What do you think about making `lenInternal` customizable to different int types? Alternatively the smallest `lenInternal` size could be figured out at compile time. I've been...
Updating deps is broken. I've tried both update commands. Atlas seems to be running the command correctly, but I think the Git commands need updating to pull in new tags...
- Changed default behavior of command to print out new versions not yet published. - Renamed from `publishTags` to `versions` since the commands intent is to find and then publish...
Useful for seeing what version and checksum combo is actually used. Example output. 
The way Nimble reads project info currently is broken. It depends on the iteration order of packages in `~/.nimble/pkgs2`, which include packages from *any* URL. This should be useful, but...