JalonSolov
JalonSolov
Run `v setup-freetype`. Documented in `v help other` Should be mentioned elsewhere, but for now, that's what we have.
Easily accomplished by adding the `[required]` attribute to the Time fields.
Or that. :-) Yes, that would be simpler - just prevent you from creating your own instance.
PRs are always welcome! However, I would change ```v compression_level CompressionLevel = .no_compression ``` to the actual Zip default (6, isn't it? Whatever enum that corresponds to...).
Not sure what's wrong for you, but it works here: ``` PS C:\Users\jamie\v> v version V 0.3.3 9794a23 PS C:\Users\jamie\v> v help V is a tool for managing V source...
Try `v up` and see if that fixes it for you.
While I agree it would be nice if ```v s += ` ` ``` would work, this works now ```v s += ` `.str() ``` `char` on the other hand,...
Not on Linux... ``` $ v -o v2 -prod -autofree -gc none self V self compiling (-o v2 -prod -autofree -gc none)... $ ./v2 -o v3 -prod -autofree -gc none...
Right. The code in the `Reproduction Steps` section will not produce the error shown.
It does for me.