Manoj Vivek

Results 100 comments of Manoj Vivek

Yeah, unfortunately there is no straightforward way to disable the auto-update right now. You can look at blocking the network request to the GitHub releases as a workaround but that...

Is it something to do with the `10.14.6` version? As I can see, similar problems reporting like this: https://www.google.com/search?q=Electron+you+have+macOS+10.14.6.+The+application+requires+masOC+10.13+or+later&oq=Electron+you+have+macOS+10.14.6.+The+application+requires+masOC+10.13+or+later&aqs=chrome..69i57j69i64l2.11294j0j7&sourceid=chrome&ie=UTF-8 Would it be possible for you to upgrade to the next...

Also, to get more clarity on the problem, are you using an Intel Mac or an Apple Silicon Mac? We have two separate builds for these two machine architectures, and...

I understand your concern with not upgrading the OS, I'll see if I can explicitly set the minimum required version somehow.

@techmannih Moving these website issues to the website repo here: https://github.com/responsively-org/website

@techmannih Moving these website issues to the website repo here: https://github.com/responsively-org/website

@codewithmitesh I don't see this problem on Mac. Must be a Ubuntu-specific bug?

Much appreciate the fix! > Note though that you need to tell Next.js (by customizing the webpack config) to use the `worker` condition. @Andarist Do you have any pointer for...

Thanks. Unfortunately throws an error while generating the og image on `api/og` route in next.js: ``` Uncaught TypeError: (0 , Xo.default) is not a function at (webpack-internal:///(:3000/api/og/middleware)/./node_modules/satori/dist/index.wasm.cjs:9) at eval (webpack-internal:///(:3000/api/og/middleware)/./node_modules/satori/dist/index.wasm.cjs:9:1726)...

Thanks, Will get back if I can reproduce it in an isolated repo.