Dmytro
Dmytro
Hi! I like your library and i want to contribute to it. I needed some async work in my project, so i decided to open pull request for anyone who...
Hi! Thank for your work! I see, that some people frustrated with `window is not defined` problem. I also counter this. I making Vue wrapper library for your great project....
Fixes #507. Guys, thanks for your work! Just really want to fix the problem in Node environment for using SSR/SSG with this lib (I make my own wrapper for Vue/Nuxt).
Hi! Trying to do `space release --version "version" --confirm` with filled `Discovery.md` prompts for release notes. I guess that ```go func IsOutputInteractive() bool { return isatty.IsTerminal(os.Stdout.Fd()) } ``` from [cmd/utils/messages.go](https://github.com/deta/space-cli/blob/a7f5d050d8577b55c699a96228ba691038c6df27/cmd/utils/messages.go#L30)...