Darryl T. Agostinelli

Results 27 issues of Darryl T. Agostinelli

During a recent test, a green color was added to the palette. Then mouse over the green. Then look at the current color value. Now screenshot everything and bring it...

bug

Right below the Current Color, PP displays the RGB value. Now we want to add the HEX and HSL values below the RGB.

enhancement

This is a little hard to explain. With the push of a button (a new tool button) hide everything on the screen except the gamut. The gamut is usually a...

enhancement

As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to rotate the entire gamut around...

enhancement

As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to scale the entire gamut keeping...

enhancement

As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to drag around the entire gamut....

enhancement

https://github.com/dagostinelli/hypatia/ Hypatia is a pure-C math library for 2D/3D graphics. It's a header-only math library.

I'm trying to get another library (https://github.com/redis/hiredis) to compile with an app that is shooting for C89/C90 compliance. I'm running into problems. It uses sds. The errors in sds that...

My request is support an option to toggle between 40 and 80 column graphics. I tend to refer to what cool-retro-term is using as 40 col (meaning you can have...

Looking in valueobjects.py, around here: https://github.com/mvantellingen/python-zeep/blob/c80519ef01216f8e5bcfe8de7995d841e03b0f2a/src/zeep/xsd/valueobjects.py#L91 I see: ``` class CompoundValue: """Represents a data object for a specific xsd:complexType.""" _xsd_type: "ComplexType" _xsd_elm: "Element" def __init__(self, *args, **kwargs): values = OrderedDict()...