CaCO3

Results 225 comments of CaCO3

Dear all Thanks for your valuable comments and your support on this! I did more tests: ### Original: ```php foreach (getRecursiveDirectoryIterator("src") as $path) { [..] -> 522: src/1000 -> dst/1000...

Yes, same issue: ``` [..] 95: src/93 -> dst/93 96: src/94 -> dst/94 97: src/189 -> dst/189 98: src/190 -> dst/190 [..] 524: src/1000 -> dst/1000 EOF ```

I agree that it just is a lack of documentation. IMO a critical one. I hope the devs will pick it up and document it for the `RecursiveDirectoryIterator()` as well...

> @caco3 IIRC you weren't able to reproduce this on FreeBSD stock, but only in the hoster's environment, correct? Honestly I can't remember and don't have the local FreeBSD available...

You might want to update the readme to show that it also works with newer versions!

Bump, do I see it right that inclusion as a submodule still is not possible?

That patch is outdated, simply add ``` import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) ``` after ``` if ssl_verify is False: warnings.simplefilter("default", category=InsecureRequestWarning) ```

Hi @mhellwig I would suggest to use my fork (https://github.com/caco3/canon-selphy-print) or @goued120 fork (https://github.com/goued120/canon-selphy-print/network). @goued120 forked all three scripts to one, see https://github.com/goued120/canon-selphy-print/commit/da6fde81ad652de1258c6463a67bc403c39a0e7a And I even added a basic GUI...

Hi @mhellwig Like mentioned in comment https://github.com/abelits/canon-selphy-print/issues/4#issuecomment-383292905, there are already forks of this script. It suggested to use them. I myself have the same issue on a CP1300 and played...