Dave Jeffery

Results 100 comments of Dave Jeffery

Any update @tommoor? I'd prefer to package my app with the 'move to applications folder' dialog over a dmg with drag to apps, but this issue makes it look like...

Thanks for your work, much appreciated. I'm also having issues with my app where it doesn't relaunch properly but remains in the menubar when I use electron-lets-move. I haven't had...

@bengotow: moving to app folder is available in Electron core API now. Have you tried that? Or are you using this because you're pinned to an earlier version of Electron?

Yeah, perhaps if the user Applications folder had to have more top-level files/folders than the root Applications folder (or at least some minimum fraction of it). In my case, I...

Seeing this error when I try to use `next/dynamic`. ```js const App = dynamic( () => import('../components/App'), { ssr: false } ) ``` Any suggestions?

We have been seeing fewer 503 errors over the past few days. I saw a couple of them yesterday but all-in-all it seems to be on the downtrend. Does this...

Awesome, this is a really nice lib. Probably way outside the scope of what this library is for but it would be cool to be able to output the schema...

Running into the same issue as @gvsouza. I wonder does a special string constant to remove a key make sense? ```js import { REMOVE_KEY } from 'morphism'; const schema =...