greentore
greentore
Passing an empty string (`""`) to an option with a required value results in an error. In case of optional value the string is ignored and you get `true` instead....
I encountered an image with very poor lossless compression performance in comparison to png. base - [pingo](https://css-ig.net/pingo) optimized png: 313943 png encoded with imagemagick: 426922 `cjxl -e 3`: 958171 `cjxl...
### Description Adds an option to send private read receipts if one's homeserver supports them. Marked as a draft because the toggle is awkwardly placed in security options. Fixes #240...
### Description Adds basic `m.thread` support as described in [MSC3440](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/3440-threading-via-relations.md#sending-mthread-before-fully-implementing-threads). Support in this case means that replying to a threaded message will place the reply in the thread in clients...
Currently reactbot reacts to all text events, even to the ones with `rel_type` set to `m.replace`. I think it looks very confusing, especially if your client doesn't show hidden events.
### Describe the bug Replies to edited messages don't show the latest edit if the replied to message is in an unloaded part of the timeline. ### Reproduction 1. Edit...
### Describe the problem Currently to open space's lobby when you have a room opened in it you have to click the dedicated lobby button, which feels pretty cumbersome to...
### Description Removes `dateformat` dependency in favor of native `Intl.DateTimeFormat` object. 24-hour format is used by default with a settings switch to change it to 12-hour one. Fixes #60 ####...
### Lint Name no-extra-non-null-assertion ### Code Snippet ```ts document.children[0]?.textContent!.trim(); ``` ### Expected Result No complains about non-null assertion after `textContent`. ### Actual Result Yellow squiggle with `!`, red squiggle without....
They're defined in https://github.com/Adobe-CEP/CEP-Resources/blob/master/Documentation/Product%20specific%20Documentation/Photoshop%20Scripting/photoshop-cc-javascript-ref-2015.pdf Also seems like `ElementPlacement` should have the same shape in Illustrator types too: https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants.html#elementplacement (currently typed as `any`) I would've opened a PR, but the enums...