Usual Github

Results 5 issues of Usual Github

As explained in the Cleo documentation, `clickit` does not expose verbosity flags in the main module. Hence `clikit.VERBOSITY_VERBOSE` is not available. Cleo documentation example: ```python self.line("", verbosity=clikit.VERBOSITY_VERBOSE) ``` Error throwing...

- [x] I have searched the issue tracker and believe that this is not a duplicate. ## Steps to reproduce When `pdm add` command is run outside the project directory...

bug

https://github.com/sdispater/clikit/blob/master/src/clikit/ui/components/progress_indicator.py#L31 https://github.com/sdispater/cleo/blob/master/cleo/ui/progress_indicator.py#L35 ```python class ProgressIndicator(object): def __init__(self, ...): if isinstance(io, IO): io = io.error_output ``` I could not infer the reasoning behind this. I would think `stderr` should be empty...

### Environment **Vuetify Version:** 2.3.21 **Vue Version:** 2.6.12 **Browsers:** Safari 14.0.2 **OS:** Mac OS 11.0 ### Steps to reproduce Run the codepen ### Expected Behavior Snackbar should be at the...

T: bug
C: VSnackbar

### Version 3.2.31 ### Reproduction link [stackblitz.com](https://stackblitz.com/edit/vitejs-vite-sqb7xl?file=src/App.vue) ### Steps to reproduce Refer the stackblitz link and reproduce the issue by clicking on "Page A" and "Page B" navigations. ### What...

:lady_beetle: bug
scope: transition
has workaround
🔩 p2-edge-case