Or Carmi
Or Carmi
Added ability to use spinner as a context manager: ```python from pyspin import spin with spin.Spinner(frames=spin.Box2, word='Now with context!): do_stuff() ``` Also added the option to pass some param to...
- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://pendulum.eustace.io/docs/) and believe that my question...
- Some README tweaks - Packaging cleanup - Fix codecov integration #452
tl;dr: This project **IS NOT NEGLECTED** and new changes will happen in the near future. I opened this issue a way to address the people who use and rely on...
Fix dockerfile after switching to poetry and add deployment via CI/CD
CLI `--version` leads to legacy version file, should be taken from package metadata
from https://github.com/liiight/notifiers/issues/415#issuecomment-1035094679: > > I haven't used it personally, but you can use [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) as a GitHub action in your CI/CD pipeline. > > [https://github.com/cli/cli/blob/v2.5.0/.github/workflows/releases.yml#L174-L180](https://github.com/cli/cli/blob/v2.5.0/.github/workflows/releases.yml?rgh-link-date=2022-02-10T16%3A01%3A23Z#L174-L180) is how the GitHub cli...
Finally switch the schema engine to pydantic. To do: - [x] Refactor all providers - [x] Handle the validation errors better - [x] Make sure to support issue #387 -...