Xiang Wang
Xiang Wang
Thanks, I will try to fix it later. MR is also welcome.
I publish the syncthing2, because the syncthing 2.4.2 cannot be installed directly. So I created [an issue](https://github.com/blakev/python-syncthing/issues/34) and a [merge request](https://github.com/blakev/python-syncthing/pull/33). But It seems that @blakev was too busy to...
> @ramwin can you please remove the requests upperbound in your package? ok, I will set the requirements to `'requests>=2.24.0,
> Found out you did that already [ramwin@6d22568](https://github.com/ramwin/python-syncthing/commit/6d22568e8d4429fbb94a6e5bd38d61bf0f04e8e0) > > Is this commit on pypi? yes, the 2.4.5 version now requires `requests < 3`
版本号是有官方规范的. https://semver.org/lang/zh-CN/ 按照官方规范来比较好, 考虑得更全
@dgilland could you review this pull request on your spare time?
Could anyone review this PR? @bigfootjon
@stephenmcd Could you review this pull request during your spare time?
This will cause the s become huge big. Every nest will double the size of `s.denominator`. Here in your test case, the denominator of s will be ``` 2**1000 =...