Jakub Vaněk

Results 6 comments of Jakub Vaněk

> Temporary fix: Line 44 of new_listings_scraper.py > > Make sure the URL is: [binance.com](https://www.binance.com) not binancezh.com or whatever Confirmed also for me, thanks!

@whitesmith Please merge this request :) Also @jaygooby, how is it with updater.exe? How do I automatically append it to the resources folder? I am using electron-builder to build the...

Hi @SFaraji, I gave up on using the apify Docker image and I am using the Playwright one ``` # Get the base image of Node version 16 FROM node:16...

Unfortunately I did not play with it more to strip down the size as I was happy it's working for my needs.

I temporarily fixed it with [patch-package](https://www.npmjs.com/package/patch-package) module by appending `Event` (eg. `authorizeEvent`) to the bouncer functions. nuxt-authorization+0.3.2.patch ```diff diff --git a/node_modules/nuxt-authorization/dist/runtime/server/utils/bouncer.d.ts b/node_modules/nuxt-authorization/dist/runtime/server/utils/bouncer.d.ts index ab46b57..585a9b2 100644 --- a/node_modules/nuxt-authorization/dist/runtime/server/utils/bouncer.d.ts +++ b/node_modules/nuxt-authorization/dist/runtime/server/utils/bouncer.d.ts @@...