Luke Rewega

Results 5 issues of Luke Rewega

### Problem From [the docs](https://docs.buf.build/how-to/iterate-on-modules#:~:text=When%20you%20are,to%20the%20BSR.): > When you are ready to push updates you've made in a local workspace, you'll need to push each module independently, starting with the upstream...

Feature

I think there is an opportunity to provide a better login experience that removes the need for a user to generate a token and paste it into their terminal. For...

Feature

I see that support for these flags was improved previously by @toofishes in #271 (3d5c70ee05eead5697fc96b29fee8758990612d0) but I noticed they were ignored when appending archives, for example `tar -cf - --strip-components...

```golang package main import ( "fmt" "go.uber.org/config" ) func main() { p, err := config.NewYAMLProviderFromBytes([]byte(`foo: yes`)) if err != nil { panic(err) } var foo string if err := p.Get("foo").Populate(&foo);...

bug

**Is your feature request related to a problem? Please describe.** Similar to OS X and Windows, it'd be nice to have a similar UX for freedesktop environments, e.g. KDE, GNOME...

OS-linux
L2 Few
P1 Nuisance
T2 Visual Polish