Kevin Bates

Results 510 comments of Kevin Bates

No idea what this would take to support, but, if minimal, I think it might be worth exploring given Brave seems like it might become a popular browser. I see...

Hi, > I am getting something like the following `'argon2:'` Where and when are you seeing this and what is the nature of ``? Did you write the `sha` back...

Even though you disabled password protection, I suspect you're encountering the default authentication mechanism of having to enter a token - which should be displayed on the notebook server console...

Hi @Aanyajain - What is displayed on the notebook server's console? (please scrape, not screenshot)

It sounds like your kernel is dying. There should be some output on the terminal window from which the `jupyter notebook` command was invoked. Could you please provide that content?

Could you please scrape the contents of that window prior to where the buffering starts? Looking for any kind of traceback or kernel specific messages.

Thanks for this PR @minrk. I think a "standard" `jupyter_` prefix is best (and consistent with "factory" env names). I also agree with @yuvipanda to use the term from the...

> For metrics, prometheus [recommends](https://prometheus.io/docs/practices/naming/#labels) avoiding labels with too much churn, because each unique value for a label can be costly. I didn't realize prometheus had this "pattern/footprint" behavior and...

Hi @divyansshhh - thank you for using Gateway Provisioners and opening this issue. I think this makes a lot of sense (and should have probably been async from the start)....

It just occurred to me that we could preserve backward compatibility by injecting an async method without the underscore that then calls the current sync method. Then await the call...