Peter Výboch
Peter Výboch
Tests need rework to separate the concerns, currently tests overlap and test multiple things at once
Loading spinners with customizable changing characters and custom interval between changes
**What is the name of your project?** beaupy **What is the repo URL?** https://github.com/petereon/beaupy **Is there anything else I should know about the code?** It's a former fork of [cutie](https://github.com/kamik423/cutie)...
TODO: - [x] Fix job for now (maybe just comment it out and 🤷) - [ ] Find `novella` alternative (maybe start maintaining `novella`)
`select` and `select_multiple` should be able to section the options in the multiple sections. To provide sections `Dict[str, List[str]]` would be passed as an `options` argument, such that the keys...