Peter Zich
Peter Zich
Hello there! I just started using `PQueue` in a few projects and it was super easy to integrate, great work! One issue I'm running into is the ordering of the...
Is it possible to support clipping paths from SVGs? As an example, this is an SVG with diagonal lines that are clipped by a circle. After pulling the output SVG...
It's awesome that you can export the TSP path in addition to the stippling, but the Voronoi cells themselves can look pretty cool too! Would it be possible to add...
### The problem Apologies if this is known / answered somewhere, but I couldn't find anything searching around online, the esphome site, or issues here. I have some displays I'm...
**iOS device model, version and app version** Model Name: iPhone 14 Pro Software Version: 17.3.1 App version: 20240104.0 **Home Assistant Core Version** 2024.1.5 **Describe the bug** I have created a...
# What does this implement/fix? This adds support for the `local: true` configuration for `web_server` when using `version: 3`. Currently the compilation succeeds, but `v2` is what is actually used....
This logic is super flaky right now and scrapes things out of `ffmpeg`. I think `ffprobe` has a way to export these things in JSON or XML, but not sure...
`asciify-pixel-matrix` uses a pixel matrix in the following format: ``` [ [{r: 255, g: 255, b: 255, a: 1}, {r: 255, g: 255, b: 255, a: 1}, ...], [{r: 255,...
I think it's a little inflexible to have `Terminal.prototype.open()` use `document.body.appendChild(this.element)`. Perhaps it would be better to have this return this.element, and let the user of this library (and the...
One commonly used setting in Terminal on OS X is to use the option key as the meta key (see below).  This should be easy...