-
In a very simple code:
````
Img := LoadImage('1.png', [TRGBAlphaImage]) as TRGBAlphaImage;
SaveImage(img,'1a.png');
````
the simple Load-Save fails to keep "alpha channel". Yes, there is a "h…
-
Feed density information are not enough ... here propose some basic improvment to have more information on screen.
Feel free to add your optimization and comment mine. Some element are completely out…
-
We once had this discussion briefly before in another issue, but I didn't fully complete my thought at that time. I would argue that the base type should not be named "Colorant". Since this package is…
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…
-
HighwayHash has 1024 state bits which are reduced to 256 bits via 3 additions. Most callers simply retain the lower 64 bits and discard the others. For additional security, it would be useful to inclu…
-
adjectives that are not so in PWN:
shirtless
fist
motocross
t-ball
pyramid-shaped
hooded
caribou
karate
breaded
lamp
garlic
rhino
tattoo
suit
sled
skateboard
hardwood
EDIT: removin…
-
Instead of opening new "issues" for general talk we can use this area for discussions, feedback and questions. Open new "issues" for real bugs and problems.
**Trying to makes CSS code Firefox 57+ r…
-
There should be three radio buttons on the paint scene, each with a representative gradient for the color choices. THe default selection is blue-yellow. With the addition of these ratio buttons, the "…
-
**THIS THREAD IS CURRENTLY CLOSED. THE PIXEL BOARD IS UP!!! https://trello.com/b/vwuE9fbO/habitrpg-pixel-art**
This Github Thread is now permanently closed. Feel free to unsubscribe.... and head on o…
-
In C# 5, `foreach` was explicitly changed - a breaking change no less - to ensure that loop variables were not closed over. At the time Eric Lippert wrote:
>this is the single most common incorrect…