Mike Borsetti

Results 10 issues of Mike Borsetti

Please support current package releases and/or remove overly restrictive requirements!

I installed the package in a new machine and it installed the following seldom-used packages: `pymeeus, convertdate, korean-lunar-calendar` Any work to reduce (and/or standardize) the number of packaged installed would...

Similar to #242: (1) Macao seems to be defined twice: as a country and as a China sub region. (2) Neither has fresh data: ``` SELECT date, new_confirmed, new_deceased, cumulative_confirmed,...

Changed Vesak Day from 3 June 2023 to 2 June 2023 as per https://www.mom.gov.sg/newsroom/press-releases/2022/0929-revised-date-for-vesak-day-2023: > Following the [Singapore Buddhist Federation’s announcement](https://www.buddhist.org.sg/) on the revised date for Vesak Day next year,...

When a pathlib.Path object is passed to dfi.export, nothing is saved and no error is raised (although pathlib.Path _should_ be supported) To replicate: 1. The code below will save nothing...

Does what the label says: replaces external dependency pytz with the built-in Python library [zoneinfo](https://docs.python.org/3/library/zoneinfo.html). Supersedes #390.

When running tests, I am getting the following warning from `numpy` (current version): > `[...]\pysolar\numeric.py:62: DeprecationWarning: parsing timezone aware datetimes is deprecated; this will raise an error in the future`...

help wanted

Cannot figure out what's causing this warning during testing: > `[...]\pysolar\util.py:690: RuntimeWarning: invalid value encountered in true_divide` > ` KT = (ghi_data / EXTR1)` Somehow unit testing succeeds, even though...

help wanted

- Use case: output from `html2text`is emailed - Issue: URLs containing parentheses, brackets or other "markdown escapables" no longer link to the original resource due to insertion of backslashes Steps...

Am considering using this project (thanks!!), but the API documentation is all blank: https://quiffen.readthedocs.io/en/latest/source/quiffen.core.html I don't know how it's being built so can't provide a PR with a fix, sorry!