Results 13 comments of f2d

Also, settings to portable did not save, until I closed the program properly after configuring. Otherwise it started with defaults every time. List of blogs restores after setting the path...

No, I did not hide anything, only reordered/resized columns around. Which did not seem to persist between clean program restarts, by the way.

```javascript // Example: var PSD = require('psd'); var psd = PSD.fromDroppedFile(file); var layer = psd.tree().children()[0].layer; var image = layer.image; // Get HTMLImageElement: // This uses temporary canvas internally, and may...

It's not error, just has more complications to save space, involving background fill with `layer.mask.defaultColor` value. See example in [this comment](https://github.com/meltingice/psd.js/issues/204#issuecomment-763468824).

I just remembered that there is more to this problem. The reason SAI2 does this in the first place is some “Transparency Shapes Layer” setting in Photoshop. Long story short,...

Thank you for response. There is a workaround for artwork authors - using 100% opacity setting directly on a folder with offending blend mode and modify layers inside it instead....

I personally can deal with it, using batch renaming and back, or keep encoding-neutral filename forms. I don't know anyone else running into this issue. On the other hand, unlike...

For Group chats: sending messages with nicknames probably lacks some internal markup, so a non-Miranda user does not get a highlight. I'm using the stable version of plugin, v0.5.0.3 (updated...

When someone joins a guild, his nickname in miranda is empty in chat window log and `(null)` in log file, until my reconnect to server (which can happen several times...

In Discord group chat window, messages like `%text`, `text %text` or `text 100%` - any percent signs collapse with something after (or without) and that combined part is not shown....