~Excalibur

Results 21 comments of ~Excalibur

> 4\. If you're on Windows, try using [cmder](http://cmder.net) cmder link leads to casino scam site :)

> bump you need to pass path to worker JS file. you can use tsc for compile ts to js

> That doesnt seem to add up to this examle . > > > bump > > > > > > you need to pass path to worker JS file....

> > > bump > > > > > > you need to pass path to worker JS file. you can use tsc for compile ts to js > >...

> That maybe problem in the api relating to typescript. Following the separate worker example but seems like you have to use JS extension which defeats the whole point of...

> Ran into this and found a configuration that seems to work. > > The key seems to be not setting `fullscreenable` when you init the window and instead do...

Found the solution. Just set `skipTransformProcessType: true` in options: ``` window.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true, skipTransformProcessType: true, }) ```

> doesn't work in windows, Electron 9-11 but this issue about macOS dock problem.

> Does this not work for you? [#26350 (comment)](https://github.com/electron/electron/issues/26350#issuecomment-1091983644) > > I'm running electron 11 I believe Works, but it's not a 100% solution. I found some cases where dock...