jshipley
jshipley
+1 I'm also having a problem with this. Here's what I'm doing: - I have 7 items in the carousel, with the item at index 6 selected. - I update...
All TkFontAwesome does is create a tksvg.SvgImage object. There is already a scale parameter in the icon_to_image function that gets passed on to SvgImage. Any issues with image scaling should...
I'll take a look at it. I just ran into the same thing yesterday. It's related to the new build isolation feature in Python. See https://github.com/scikit-build/scikit-build/issues/999 for more details. I'll...
I replaced the setup.py and requirements.txt files with a new pyproject.toml file. It worked for me on python 3.12. Would you mind trying it again?
My changes aren't in pypi. So far it's just a pull request that @israel-dryer can merge into the main repository if he wants to. Unless the PR gets accepted and...
It looks like it's the same issue as this: https://github.com/architectury/architectury-api/issues/578
This will need #57 to completely work, so I'm going to convert it into a draft until that's complete and merged in. The recipe are cleaned up, frothed milk is...
1.20 branch merged in (including #57), and frothed milk with cinnamon recipe added
Was there something else you still wanted me to change?