Joe R.

Results 57 comments of Joe R.

I'm not sure what the original developers' intentions were. Those games were added long before I was involved in the project. Regarding moving cards from the foundation, I've personally seen...

I can confirm that this is because of Python 3.9, which is not compatible with Windows 7 or older. Might it be worth trying to provide a Python 2.7 package...

Looked at the code, this appears to be intentional. Not sure why it was done this way, as the logic was in place long before I got involved in the...

We do have an Android version, but it needs some work (issue #263), is a few versions out of date, and I do not have instructions on how to generate...

The "formatter" module of Python was removed in Python 3.10. We've since updated PySolFC to account for its absence, though versions of PySolFC prior to 2.14.0 are not compatible with...

Just to confirm, the latest PySolFC releases do not have this issue. It sounds like the people maintaining the app bundles for Ubuntu are behind a few releases, and if...

Interesting idea. Usually, I've found that downsizing hi-res cardsets gets better results, but I know the resizing library has a few filters built in - I'll see if I can...

I added an option for resampling, but updating sharpness/brightness/contrast would be a bit more difficult.

It looks like you are trying to merge the wrong branches. You're going to want to merge the branch you put your changes in to https://github.com/shlomif/PySolFC/tree/master

The cardset contains shadow images which are used to generate the shadows when Pillow is not installed. If Pillow is installed, it generates good shadows for every cardset, but if...