Oskar Löfgren

Results 46 comments of Oskar Löfgren

@novemberborn Due to the age of this issue and the introduction of [`t.teardown()`](https://github.com/avajs/ava/blob/master/docs/02-execution-context.md#tteardownfn), is this still desired?

Seems to be a no-go. See [why](https://github.com/whatwg/fetch/issues/1140). I think you can close this.

I got hit by the current `DeepRequired` behavior. A nested type is incorrectly inferred as `never`. With the proposed fix it works.

> I got hit by the current `DeepRequired` behavior. A nested type is incorrectly inferred as `never`. With the proposed fix it works. Got hit by this again. This time...

Decided to switch to `ts-essentials`'s `DeepRequired` instead of keeping a patched version in my code base.

I'm gonna give this a go, using `argcomplete`. I like `shtab`'s philosophy better, but doesn't seem to support dynamic completions which would be required here. No pressure on merging if...

Makes sense. Even now, we still need to login once before completions can work. I'm thinking about adding a `login` command. I don't think we can prompt for password when...

@Evidlo I've yet to update the documentation with how to set it up, but please have a look/try it out. I'll update the docs when we've settled on something.

In the meantime, if you're not familiar with `argcomplete`, have a look at the docs how to set things up: [argcomplete - Bash tab completion for argparse](https://kislyuk.github.io/argcomplete)