5Skyes

Results 8 comments of 5Skyes

Hmm, looks like electron-vue uses a browser window by default. Added `nodeIntegration` and `contextIsolation` to my web prefs. `nodeIntegration` was already present, but set somewhere else in code, so I...

Hmm, noted. fwiw, should I be using `require()` over `import from`?' It's definitly something to do with `browserWindow` - I just moved the code outside of the window declaration, and...

Just run `yarn electron:serve` or `npm run electron:serve` I'll mess with the context isolation flag

Directly calling `dgram.createSocket()` also breaks in the same way. I wonder if it's something to do with the abstraction that vuex's router system provides?

I wish I could say I've figured it out. If I had to take a guess, it's something to do with browser windows, but I haven't gotten it to work...

@colinbdclark @jellohouse no progress unfortunately, I've since dropped the project.

Ran into this today and took a peek at it .. Traced it to the .Root__globalNav block. Looks like something is overriding the grid-area property. Setting this property with `!important`...

Kay, updated previous PR with a potential fix. Instead of adding a new line, swapping the first of the calls to `global-nav` with a call to `top-banner` seems to fix...