Ed
Ed
Hey guys, great project! I'm impressed by how clean and syntax-complete this is. Several other python-to-js solutions are a pain to use or break python syntax in unexpected ways. Question...
Any ideas why summing sizes from api.photos.all is different from iCloud's reported photo usage? In my case iCloud.com says Photos uses 41.2 GB, while summing pic.size over all items in...
This package is absolutely fantastic! I was able to install and query my icloud account in minutes! Well done guys. One question: Is there a way to filter results from...
The Crawler class takes a classname for the parser class, and a dict of parser_args to instantiate the parser: ```py class Crawler: def __init__( ... parser_cls=Parser, extra_parser_args=None, ... ): ......
I ran into a bug in get_filename that loses some images. The core problem seems to be that the dl counter is not threadsafe. Should be a simple fix, adding...
The documentation is wrong. Github project page says that command line flags are same for python and js versions. However this is incorrect. Running python version `js-beautify --config foo` produces...
Hi, this tool is exactly what I need to scan loads of old papers. Thank you for making this. 🙏 😄 At the moment it doesn't work quite right though......
Great project, exactly what I'm looking for. One issue I run into though is encoding speed. I don't expect same results as stdlib `json`, given your module does much more...
Ran `mkdocs serve` with a page that links to a jpg file. Just a normal link like this: ```md [ View result ](/media/cert.line-54.jpg) ``` the file /media/cert.line-54.jpg is a symlink....
Over on #1705 waylan said: > You can enable this with `--dirtyreload` option > > Be aware that this could break the navigation on pages which have not been rebuilt....