zadam
zadam
### Describe feature HTML5 provides native color picker widget. Consider if this should be applied to both icon and title or just icon. If title as well, should also links...
### Describe feature - ### Additional Information _No response_
### Describe feature Currently, the panel is fixed which means: * some icons are left unused and just take space * some useful icons don't fit (e.g. back and forwards...
### Describe feature Full searches are saved as hidden saved searches. Make these saved searches accessible to users by hoisting into the hidden subtree. This will allow: * accessing the...
### Describe feature Something like in chrome: This can be then removed from Options -> Appearance
I was looking for something to abstractly represent "jump" action - e.g. opening external link. For that I'm thinking you might have arrow coming out of a "box". On the...
**Describe the bug** I'm calling zoomToFit function like this: ```javascript graph.graphData(data); setTimeout(() => graph.zoomToFit(400, 10), 3000); ``` What happens after calling this function: * graph is zoomed in instead of...
On Ubuntu 21.10 (and later), the default compression type of deb packages created using `dpkg-deb` is ZStandard (previously it was XZ). However, Debian doesn't support installing ZStandard compressed packages: ```...
# Expected Behavior Image should preserve the original portrait orientation. # Current Behavior Code: ```javascript const image = await jimp.read(buffer); const processed = await image.getBufferAsync(jimp.MIME_JPEG); ``` Will change the orientation...