Albin Ekblom

Results 45 comments of Albin Ekblom

And have you tried this with different fullscreen-apps? Some apps have multiple windows, like photoshop or webstorm IDEs, even though it looks like one window.

It might have something to do with the [Extension Host](https://code.visualstudio.com/api/advanced-topics/extension-host#:~:text=Extension%20host%20is%20a%20Node,Host%20does%20to%20your%20extension.) πŸ€” Hmm..

Not at the moment, but it's possible with a rewrite the Linux implementation into a native module. I do not have that expertise to help you more than that πŸ‘

No, but I use https://hammerspoon.org on **macOS** for a more powerful version of this, where I can get IDs (window management) there's one in JS https://github.com/kasper/phoenix but it's also **macOS**...

Hmm, yes. It seems like a bug, https://github.com/albinekb/favicon-emoji/blob/master/cli.js#L37 `--png` has a default of `./favicon.png` So, here it writes the file: https://github.com/albinekb/favicon-emoji/blob/master/cli.js#L60 If you specify `--png=''` it should not happen

This is what minimum is supposed to do: `const sizes = args['--minimum'] ? [16, 32, 48] : [16, 32, 48, 64, 128, 256]` It was introduced here: https://github.com/albinekb/favicon-emoji/pull/12

@lucaperret Hello! Thanks for making kap-now, it worked great. Now that there's a replacement with the name and API changes, I think you should deprecate this package on npm to...

Ah! It does work, but not everywhere, only on styles declared at the root level of the file. This component does not work: ```js const LabelValue = ({ label, value...