Marcus Ottosson

Results 867 comments of Marcus Ottosson

I've added the secret now, thanks @hannesdelbeke

Looks like it needs Python 2.7. It's `implib` on Python 3. You can run setup.py locally too, to make sure it works before you make new commits. I think it's...

Hey @davidlatwe, no I haven't looked into this yet, and admittedly it hasn't been an issue; quite the opposite, I find the information is quite useful at times. Maybe showing...

Thanks for this! I'm not sure we should embed Maya/Houdini/etc logos into the source, those are better found elsewhere. Wouldn't this limit what icons are made available to those found...

> This would be better if we can assign the icon in each App's .toml :D Is the "awesome icons" currently being set there? If so, then the same principle...

I think you could use both at the same time, because icons without a suffix can be presumed to be an AwesomeFont, whereas those with a `.png` suffix will be...

I had a quick final check on my machine with regards to the added stubs dependency, and it seems safe. ```bash (qttemp) PS C:\Users\marcus> pip install https://github.com/chadrik/Qt.py/archive/refs/heads/pyi-stubs.zip Collecting https://github.com/chadrik/Qt.py/archive/refs/heads/pyi-stubs.zip Using...

Looks like the mac builds have broken, and that stubs generation too. That's the problem with relying on auto-updating third party services.. We should merge this though, so that we...

Agreed, this has been a problem since day one. The problem has been *where* to make the error visible, as it isn't something the end-user can do anything with. So...

Your intuition aligns with mine, would be happy to consider changing this aspect of error reporting. For a start, if you are able to make it easy for me to...