Lex Neva

Results 21 issues of Lex Neva

Hi folks, thanks for an awesome project! I'm new to thermal printers and I'm having a little trouble. It seems like, after I print an image, I get a bunch...

This saves the stitch plan for each object in a cache. If the object's params haven't changed, then the cached stitch plan is used the next time, rather than re-calculating...

It would be cool if Ink/Stitch could do a meandering fill, like [this](https://www.pixiewillowpatterns.com/product/free-machine-embroidery-stipple-quilting-blocks/). This is sometimes referred to as "stippling". I haven't been able to find any descriptions of algorithms...

feature request

As far as I can tell from reading the source, the requirement for multiple ES servers in distinct clusters stems from the way the importer works. It deletes the old...

Under the hood, this adds two new cool library functions: * `smooth_path()` -- smooth a potentially jagged path, rounding corners, with specified smoothness (like Inkscape's "Simplify") * `clamp_path_to_polygon()` -- given...

This is based on @horkko's #2 and adds some more things that I needed: * use dates instead of day names to avoid confusion with UTC * fix up some...

Template: `{{with secret "/auth/token/create" "policies=policy1,policy2"}}{{.Auth.ClientToken}}{{ end }}` ### Expected behavior What should have happened? I should get a new token with policies "policy1" and "policy2". ### Actual behavior I get...

enhancement

It'd be cool if there was an option to make jump stitches easier to trim by hand for machines without jump stitch trimming. Short jumps can be super hard to...

Calculate a normal running stitch, then replace each stitch with a pattern of stitches. For example, bean stitch could be implemented this way. The pattern would contain a path with...

running stitch

Interested in helping make Ink/Stitch better? We'd love to have your contributions. Feel free to find something that interests you. If you're looking for ideas, consider this list: * coding...

help: wanted