Bill
Bill
I'd like to iterate over a bunch of DynTemplate objects, saving each rendering to a path derived from the source path. The easiest way that came to mind was adding...
Running `zig build` w/ version 0.9.1 puts the binary in `zig-out` not `zig-cache`, at least on my machine with default settings.
When mutt attempts to fetch the body of a message, the client sends: C: a0006 UID FETCH 10 BODY.PEEK[] Which doesn't match the pattern in conn/commands.go: ``` registerCommand("((?i)UID )?(?i:FETCH) ("+sequenceSet+")...
It would appear the `SpectrumType` isn't used anywhere in the new hand-rolled parser. As a reader, I found it confusing that it is set to different values, but not used....
When a .gif with multiple frames is converted, it will break the gif into multiple images, i.e.: convert animated.gif still.jpg Will yield: still.jpg.0 still.jpg.1 still.jpg.2 ... still.jpg.n where n is...
I know you added a README explicitly stating people shouldn't used this code directly; I'm guessing you have found updating this code post-migration a low priority. I use a few...
[Example](https://sqlfum.pt/?n=74&indent=4&spaces=0&simplify=0&align=3&case=upper&sql=Q1JFQVRFIFRBQkxFIHQgKAogIGNyZWF0ZWRfYXQgVElNRVNUQU1QIERFRkFVTFQgY3VycmVudF90aW1lc3RhbXAgTk9UIE5VTEwKKTs%3D) ```sql CREATE TABLE t ( created_at TIMESTAMP DEFAULT current_timestamp NOT NULL ); ``` generates ```sql CREATE TABLE t ( created_at TIMESTAMP DEFAULT current_timestamp() NOT NULL ); ``` Note the...
The manual is still using r1 stl filenames, see this image  * All of them have the wrong suffix (r1 vs r8) * `Tap_Magent_(Left|Right)_r1.stl` are now called `Tap_Center_(left|right)_r8.stl` *...
Add missing import for example