Rüdiger Busche

Results 75 comments of Rüdiger Busche

@decodyng Great! I don't have much experience with mocking S3 or remote APIs in general, but I am often struggling with the same question. However, after googling a bit I...

> Also, what about __new__ method? Not exactly sure what you mean, but as far as I understood it, the problem is that by default `__new__` get's picked up by...

Yes that's true, but as far as I can see, these priority classes are set in the volcano manifests itself, e.g. https://github.com/volcano-sh/volcano/blob/master/installer/volcano-development.yaml#L134 . Are users supposed to overwrite these values?

Would a possible solution be to make the priority class configurable in the helm chart? I am somewhat reluctant to modify the sources directly, as that would make future updates...

I believe that is not supported in plotnine. You can of course asked the plotly people to add a feature like that. I guess it would be a cool addition....

Just discovered that plotly even supports conversion from matplotlib figures to plotly objects, see https://plot.ly/matplotlib/getting-started/. However, that does not seem to work with the figures created by plotnine.

@Paul-Ilyin thanks for clarifying, it looks like you are indeed right and I was a bit too optimistic with this feature. What we would actually need is the ability to...

@stefaneidelloth I had the same problem, meaning that `JupyterDash.infer_jupyter_proxy_config()` seemingly got stuck with a star. But then I found that I could simply execute the next cells and everything worked...

I had all Firebase libraries linked to the test target under `Link binary with libraries` which resulted in slow test builds and 3 out of 4 test runs failing with...

I tried implementing it in user land for `oneOf` like ```ts import { withJsonFormsOneOfProps } from "@jsonforms/react"; import { MaterialOneOfRenderer } from "@jsonforms/material-renderers/"; import { CombinatorRendererProps } from "@jsonforms/core"; const...