Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

https://github.com/yangl900/knet is very interesting, I need to absorb the info there... I had "folk knowledge" that whatever you do, apiserver eventually closes inactive connections, but can't point to a source....

## Naming is hard Shouldn't call it `.get` because that'd collide with the #332 family of `.get`, `.create` etc. My next idea was `.get_path` but should also avoid any name...

#428 has a use case for requesting same discovery info kubeclient does, which would be a wasteful request. And generally, many use cases here like `/version` are safe to cache...

Yes we did! Since #466 on master branch `Client` objects now have `.faraday_client` method you can use for arbitrary requests. It's not documented yet, and not in any release yet...

As part of #172 I've given up on maintaining a dynamic server and moved to static hosting on Netlify. Hmm, Netlify supports [pre-rendering](https://docs.netlify.com/site-deploys/post-processing/prerendering/) which might work, but do we want...

As part of #172 I moved to Netlify, which does something sensible as a CDN, and I no longer care what exactly :eyeglasses:

With Netlify CDN and HTTP 2, I'm gonna assume "good enough" until proven otherwise.

menu -> Show math as -> Error message => `Error: Cannot read property 'firstChild' of null`

The obvious `processEnvironments: true` didn't help. (docs are quite clear it defaults to true anyway)