Results 110 comments of jaseg

I just wrote a script converting .pony files back to pngs that includes the metadata in the png metadata (132 lines), and I fixed my png->terminal renderer to print the...

pixelterm supports arbitrary-minimum-width balloons, you just draw a 50% transparent red, two pixel high bar as wide as the minimum width of the balloon. I just had a look at...

On 04/06/2013 10:21 PM, Mattias Andrée wrote: > By the way, you can find a full description of the .pony format, on page 34 (§§12.1, 12.2). > And if you...

For reference, here are links to gerbonara's Allegro tool definition parsing code: https://github.com/jaseg/gerbonara/blob/main/gerbonara/excellon.py#L579 (inline comments) https://github.com/jaseg/gerbonara/blob/main/gerbonara/excellon.py#L87 (ncparam.txt)

Adding to the reply of @shawon1220 , both gerbv and KiCAD's gerbview ignore *all* embedded spaces ([gerbv](https://github.com/gerbv/gerbv/blob/main/src/gerber.c#L684), [kicad](https://gitlab.com/kicad/code/kicad/-/blob/master/gerbview/rs274x.cpp#L161)). While ucamco's spec clearly forbids spaces embedded inside the actual gerber code,...

You should have "owner" access to the package now. If everything works, you can remove me from the package.

@rgetz I have included your files in the gerbonara testsuite at https://gitlab.com/gerbolyze/gerbonara/-/commit/0f70b225cc394338e9c37c1b1c34c3e73609f7d6 . I hope that's ok with you, otherwise please ping me and I'll remove them. gerbonara is a...

@mcous FWIW, I am not a fan of Allegro's gerber export style either, but it can be parsed unambiguously. The tool definition comments in the excellon file are always the...

I have contacted the old owner, and they have transferred the project. Since it's uncommon for python packages to have a "python-" prefix on their PyPI project name, I'm going...

Debian is a bit difficult, because they insist on using obsolete versions of software. libmpv 0.32.0, which is the current version in debian 11, is from January 2020, over three...