Kasper Hirvikoski
Kasper Hirvikoski
This is definitely something we can look into implementing.
@charlespeters Of course, you just need to calculate the position of the window using the other screen’s frame. There’s example configurations in the Wiki.
@l00sed Hey, it seems like this is a regression that was introduced in 3.0.0. I’ll try to fix it as soon as possible. Thanks for the report!
Glad you like it, happy to hear! 😄
@anijatsu Hey! Unfortunately Apple does not provide an API for this. In fact, all the Spaces functionalities are not officially supported by Apple and use private internal APIs.
Hi! There’s some hints around the internet about `CGSCreateSpace/CGSTransactionCreateSpace/SLSTransactionCreateSpace` and the same for destroy in the private APIs, but they don’t seem to be available to link when building.
@kaatt Hah, I was trying with the wrong order in the function name. Thanks! Obviously killing the Dock is not really something that Phoenix should do.
@mafredri Thanks for the kind words and I especially like your work on providing typings for Phoenix! Feel free to add a link to the Wiki. :) Your points are...
Discussion and throwing ideas around is always good! It could be rather useful if `require` would actually throw an error for instance when the file cannot be resolved. This would...
@mafredri I’ve been thinking about this. I wonder if there would be an easy way to enable you to accomplish this yourself in the JavaScript scope without it feeling like...