Michael Casagrande

Results 15 comments of Michael Casagrande
trafficstars

Boot Windows with the Bios BOOTLOADER, using OC (OpenCore) need to edit and recompile the ACPI Patch and adapt them to enable only on "Darwin" (MacOS Kernel) and not into...

I'm using this plugin for homebridge -> https://github.com/Sunoo/homebridge-camera-ffmpeg

@transitive-bullshit @normdoow Everything on my to-do list is checked, and ready for PR review! With this PR, calendar collection view is fully integrated into `react-notion-x`.

> @MichaelCasaDev going to try to take a look at this later this week. Thanks! How is going the PR review? Still waiting to get approved...

CI / test check fixed by @transitive-bullshit in 9ba1287b6cb0cf60a42c9946ca7c58b04738e4be due to a lint related typo.

I also receive some time Error: TIMEOUT, especially when calling a lot of times the client start function. I'm using the latest version of Gram.JS I use the default reconnect...

There are updates on this topic?

> go to this file (updates.js) line 244 and remove await before the promise. enjoy! I don't think is good for production this...

Any updates on that? I've also tried using the `nextjs: { appDirectory: true, }` parameter without any success... I'm using the latest nextjs version (14.1.0) and latest storybook (7.6.10)

For everyone having this issue, I've found a workaround using the `next-router-mock` package! ```jsx import { AppRouterContext } from "next/dist/shared/lib/app-router-context.shared-runtime"; import mockRouter from "next-router-mock"; const withRouter: Decorator = (Story, context)...