Results 7 comments of Daniel Leone

Hey @IanLilleyT thanks for having a look at this. Apologies for the late reply, GitHub notification settings are hard 😞 Yeah I'm happy to slowly put more time into this...

Hey guys, evidently, I unfortunately haven't been able to prioritize working on fixing the remaining issues in this PR to get it working for exaggerated terrain. Ideas beyond what Ian...

I'm fairly sure you can't use css breaks because they don't work with css transforms or positioning unfortunately. Which intuitively makes sense because say for example, you have a transform...

Hi - I believe I'm also running into this issue. I'm trying to migrate `pixi-essentials/transform` to `v8` and it's basically doing a lot of this: ``` displayObject.updateTransform(); decomposeTransform(displayObject.worldTransform).rotation; // for...

> This changes must be addressed to the field comments at the operator source code [VictoriaMetrics/operator@`master`/api/victoriametrics/v1beta1/vmservicescrape_types.go#L361](https://github.com/VictoriaMetrics/operator/blob/master/api/victoriametrics/v1beta1/vmservicescrape_types.go?rgh-link-date=2024-06-11T09%3A57%3A20Z#L361) > > This documentation is generated programmatically. > > I'll port fixes to the...

G'day, It might be this issue a few people were having here: https://github.com/home-assistant/core/issues/114173#issuecomment-2560007607 If you open the Solar GO app, does it start working again? If so, it's probably that...

I'm also looking for a similar feature. The use case I've got is monitoring a postgres instance trying to find how where it's leaking memory. I have a config which...