Jef LeCompte

Results 58 comments of Jef LeCompte

How are you setting your phone number? Should look something like this: ![image](https://user-images.githubusercontent.com/12074633/101939271-c1687d00-3bb2-11eb-8c62-319e97fe4dc3.png) `PHONE_NUMBER="6467470820"` or `PHONE_NUMBER="16467470820"` (country code)

> Format is this one: > `PHONE_NUMBER="16467470820"` I just tested with country code and it didn't work. Perhaps try to remove it and see what happens.

This needs to either be fixed or put as a note. I'll keep this open until we do either. Thanks for the report!

> but the chromium sandbox doesn't seem to work well in the container This was my thoughts exactly... I was gonna publish that route and then distribute easier with Docker...

> making it easier for companies to find ways to ban tools like this I think this is a positive. It would be unfortunate for this project and would have...

For now, I would use `SHOW_ONLY_SERIES=test:series` and it should be open a browser.

FWIW, I can't reproduce this. macOS 10.15.7, MacBook Pro (15-inch, 2019) i9, 16GB RAM.

> If I unplug and use the Intel integrated GPU then I get the slow resizing. > Edit: I disabled "Automatic graphic switching" in system preference and now lag is...

out of curiosity, what does the default completion generation look like?

sorry for being vague. what i mean is: isn't there an implementation built-in without your `addCompletionCommand(rootCmd)` function? i ask only because i've written some (much smaller) cobra cli tools that...