Caleb Bergman
Caleb Bergman
Certainly. Please let me know if there's anything I'm missing or can add that would be helpful. ## Good case ``` // input (source tensor) data: Uint8Array(384256) dtype: "uint8" empty:...
@WorldThirteen The output of the image transform from your example comes out a bit fuzzy (you can see jaggy edges around all the app icons, and really any UI element)....
@WorldThirteen Ok. Well I'll be on the lookout for the anti-aliasing strategy implementation then ;) Thanks so much!
As a work around you can take advantage of dynamic module imports to re-create the original stylesheet at runtime. Not ideal, but works - while debugging, that is. See next...
The above worked fine while debugging. Post build, when everything was bundled up, not-so-much. After some more Rollup/Vite learning, I came up with the following plugin to selectively undo postcss-scopify's...
> change electron-packager asar propertiy > > "asar":{ > "unpackDir": "node_modules/edge-cs/**" > } > You can also add it as a command line argument: `electron-packager --asar.unpackDir=node_modules/edge-cs/**`
I was having the same issue using an Android 9.0 (android-28) emulator. After downgrading to Android 8.1.0 (android-27) it worked as advertised in the docs.