Marvin Wendt
Marvin Wendt
Add `InteractiveNumberInputPrinter`. - Configurable if decimal points or not - Up / down keys should increase / decrease number - Steps should be configurable - On `.` press add a...
`spinner.Stop` should return `(*SpinnerPrinter, error)`, but it just returns `error`.
Currently, the live printers do not adhere to a common concurrency pattern, which has resulted in thread safety issues such as those described in issue #391. In order to fix...
Hi, I use the docker compose setup. Using the default template, my clients don't have access to the internet, even tho they are connected. I fixed it by appending the...
Recently, GitHub announced to deprecate the old way of handling required workflows: > Starting September 20th, 2023, users can configure their workflows using rulesets in order to run and pass...
Hi, I noticed that the `dependabot-core` version, used in the Dockerfile, is a little out of date: https://github.com/dependabot/dependabot-script/blob/8dceecf5419ca9326ef62b1c9985477a9923a70e/Dockerfile#L1 We currently have an issue with our Azure Pipeline in a monorepo....
Make yarn use both `format` and `lint` script.