Lukáš Doležal
Lukáš Doležal
We have same issue with `libmysqlclient` `5.7.30` from ubuntu 18.10. Rolling back to `5.7.27` is not option for us. But swapping to `libmariadbclient-dev` instead of `libmysqlclient-dev` solved the problem for...
Hi, I made some simple support in my fork: https://github.com/DocX/IScala see README. Basically you can use raw_output(mime, string) built-in function that sends arbitrary output to ipy notebook. By that You...
Can you point out to how to set the timeout? Would that be on the list function, e.g. ```js listNamespacedPod( namespace, undefined, // pretty?: string, undefined, // allowWatchBookmarks?: boolean, undefined,...
Not sure if that is relevant, but just FYI, specifying the timeout seconds on the list function as shared above, seems to have get rid of the problem for us.
We use Node `14.16.0` and have no issue with kuberntes-client `0.14.3` (also using watch, and with no additional timeout logic)
Yep. The type declaration in typescript is wrong - it declares `Date | undefined` but the actual value (in runtime) is `string | undefined`... It is difficult to work with,...
We have exactly the same issue. And I found someone else reporting similar issue in https://github.com/argoproj/argo-workflows/issues/4014 Is there any roadmap for this? Instead I may be able to look at...
Yes, we also resorted to just use `mc` CLI client. It means changing the docker image we use and adding bash script that runs it. It is much faster, since...
@alexec I've put together simple PR, would you be able to review it?
I may have related/same issue: image build for v2 using --cache-from v1 (previsouly built with inline cache) does not reuse the cache. the next build, v3, using cache from v2,...