Stijn Tallon

Results 38 comments of Stijn Tallon

Yes, that's the preview, That works perfectly, but if you would now hit Present, you would get to see the html tag. around the `cd` I'm using the latest docker...

I'm not seeing where the `Replace('.','/')` comes into play, since the jsonpath would be `$['hello']['value']`? A simple IEnumerable ToPathElements() in JsonPath would make it compatible with JsonPointer.Create(IEnumerable elements) without the...

https://github.com/QuantStack/ipysheet/issues/112 It would seem that all cells need to be specified in the python code with cell(x,y, value) first, then it'll sync it back and to_dataframe will work. So as...

And I understand why creating them automatically isn't a good idea. It's very slow to sync if they are all individual cells. So you'll have to optimize with ranges as...

### Extensibility I'd recommend moving the units to their own interfaces instead of Enums. This would let us to add units at runtime, fiddle around with dependency injection, .. ```...

### Compound Units (L/h, m/s) Units should combine information form their base units. Allowing combinations to exist without explicitly adding them: Velocity should be Length/Time, and as such, allow any...

A workaround could be: ``` true ``` This could maybe be added to the KubeObs.Template?

in version 8, the KubeObs.Cli has the same issue. The workaround is no help there.

the kubernetes client got patched, this probably means that this issue will resolve itself as soon as that version is used.

It seems I've just ran into this issue with #497, meaning any interaction with OpenAPI schemas would be fully out of scope of this library if it keeps moving forward...