theirix
theirix
Hi Pierre, Could this improvement be merged? It's backwards compatible, so we don't even need to break semantic versioning.
Hello. Looks like your installation of Python (3.9) is pretty old. Could you please try to install newer version from https://python.org or from Homebrew? After it install the tool again...
Thank you for the review. 1. The binary files are packaged to the resulting binary wheel during `poetry build --no-interaction` in the [Deploy workflow](https://github.com/jannikmi/timezonefinder/blob/master/.github/workflows/build.yml#L74C1-L74C40). If the proposed string is omitted,...
I can make an initial implementation of cibuildwheel next week, but it will be complicated to test it properly.
> > I can make an initial implementation of cibuildwheel next week, but it will be complicated to test it properly. > > Thanks. I am sorry this topic is...
> Thanks a lot for your work! > > Unfortunately i had to disable the `verify` step, because it fails in PRs from fork repositories. Any idea how to solve...
We need to drop "test-publish" and a dependency to this step `needs: [test, make-wheels, make-sdist, test-publish]`
Build is complex and non-portable, using their own tool. > Note that currently this project has only been tested on Ubuntu 14.04, although it likely works on many other platforms....
@ZaMaZaN4iK , I have added [conan-caffe](https://github.com/bincrafters/conan-caffe) , design explanations are in [this ticket](https://github.com/bincrafters/community/issues/1139). It is incubating in Bincrafters repository, not in Conan Center Index yet.
Unfortunately, the clap cratee (used for CLI) removed colour support in v4 and doesn't seem to bring it back.