David Sargeant
David Sargeant
I found a fix by taking the angular2-google-chart.directive.ts file and adding it directly to a component in my project (Ionic 3.5.0 at the moment). I suspect the main problem was...
Yes, the images produced by `cordova-res` are definitely noticeably less fuzzy than those produced by the Ionic API. I got a preliminary version working last night (programmatic API only --...
I figured out that the problem was obvious: the default `libvips` that `sharp` uses doesn't come with `libimagequant` enabled. I was able to get it to build with `libimagequant` on...
I'm also getting this bug through Electron 21.2.2, on macOS Monterey 12.4, and have been getting it in every version of macOS and Electron for the last five years, since...
Can you just check in the upsert diffFunc to see if the document exists? If I'm understanding you correctly, that's what I do. Something like (I'm using an ES6 arrow...