Alejandro Rivera
Alejandro Rivera
I'm experiencing the same issue. First it was because I was using `toBuffer` method. Then I changed to `.stream` method but it was returning an empty stream. I added `console.log`s...
I changed te runtime to `8.10` and I also changed the code to not use `gmToBuffer` function (I don't think it affect anything because it's only a wrapper to convert...
Oh, I see. Something is wrong with GM. What else could I use to resize/optimize images? I was looking to `imagemin` with `imagemin-pngquant` and `imagemin-mozjpeg` for support to `png` and...
I implemented Jimp and everything is working. The only inconvenient is how much it takes to optimize images: ``` REPORT RequestId: ... Duration: 14629.42 ms Billed Duration: 14700 ms Memory...
I'm trying to implement this functionality. I checked out [Nested Sortable - containers](https://speculees.github.io/ngx-dnd/) example and in console it logged out this:  And checked out the [Code example](https://github.com/swimlane/ngx-dnd/blob/master/demo/app.component.html#L261) but it...
I came here for the same reason. I need make an HTTP request when dropping an item, but if something went wrong, I need to revert changes. The use case...
Came to report this as well, glad this is already reported. Here's a video of the issue. Notice also that the explorer doesn't goes back to its original position when...
I have the following mapping on my config ```lua map({ 'n', 'v' }, 'ghs', ':Gitsigns stage_hunk', 'Stage hunk') ``` This allow my to select lines (`V`) then stage selected lines,...
I came across this issue just right now. I'm trying to add a shortcut in the System Settings to maximize windows (aka Zoom in MacOS terms).  In any other...
I just found a workaround (do not solve the real problem, tho) that covers exactly my needs. ```toml [keyboard] bindings = [ { key = "F12", action = "ToggleMaximized" },...