bjassael

Results 5 comments of bjassael

@Sparticuz thanks for the PR. After updating my code to use these changes there is a drop in performance when taking screenshots with Puppeteer in AWS (from '< 1' to...

Sorry, I didn't specified, I'm using the fork. So it does have the webGL changes.

Could not make the customization work in Nuxt 3 either. It seems it is [not implemented yet](https://github.com/Akryum/floating-vue/blob/f6397ea2adcb54241393f928a239a4f8fe70f04e/packages/floating-vue/nuxt.mjs) (source file). As a workaround, a custom plugin can be created to import...

Hello, I had the same issue. Looking at the code, the only difference from applying both options together (decrypt and uncompress) is that the function uncompress_file receives a SpooledTemporaryFile instead...

@galt, I tested encrypting first and worked fine. Even, the encrypted-compress backup is smaller than the other way around. Here a column that recommends encryption before compression for security: https://blog.appcanary.com/2016/encrypt-or-compress.html...