John Hatton

Results 30 comments of John Hatton

If there was a callback when a toast is closed (whether via click or timeout), then we could implement our own de-duplication system. At the moment, I think there is...

Any progress on this one?

Me too. Electron 6.1.5, Windows 10, Devtron:"Audit App", console says > "Uncaught (in promise) Error: TypeError: Cannot read property 'AuditConfiguration' of undefined", source: chrome-extension://devtron/static/index.html (0)

Since we can't launch until this happens, I'm wondering if we should just use [deno.land](https://deno.com/deploy) directly, as they do offer custom domains. We'd lose the nice built-in `SUPABASE_SERVICE_ROLE_KEY` environment variable...

There's something I'm missing; in my own test, the root pages do not have to be public, and that's what you'd expect-- you have to give your Notion "integration" explicit...

@dongdongZhang007 can you say more? In the current version of `electron-devtools-install`, that library does the `loadExtension` itself: ``` return electron_1.session.defaultSession .loadExtension(extensionFolder, loadExtensionOptions) ``` I've confirmed that this code is running,...

I've updated the ReadMe to reflect the change in Notion UI for connecting integrations.

> Is my docu-notion repository required to be public? Not as far as I can tell. As a test, I unpublished one of our test sites just now and docu-notion...

@JustSleightly can you try the latest (i.e. using `npx`)? v15 adds a check along with troubleshooting advice.

Yeah, maybe the date should be akin to the current support for a `slug` property? I'm not clear about your concern for overwrites. I apologize, I know nothing of blogs...