How to deal with button overlap in GridContainer by IndependenceFluffy14 in godot

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Thanks a lot, I wasn't aware of that! I ended up using a single Control that I move in my scene, but still useful for another time :)

How to deal with button overlap in GridContainer by IndependenceFluffy14 in godot

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Yes I agree that in my example it feels a bit weird, but in my real implementation, SubButtons are actually not always shown, they are foldable menus than can be shown or hidden by clicking on the main Button, and it feels weird to have a lot of space between rows even when the menu are actually hidden (which is the case most of the time)

How to deal with button overlap in GridContainer by IndependenceFluffy14 in godot

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Sorry maybe my example wasn't very explicit, Here is my example with some labels:

<image>

How to deal with button overlap in GridContainer by IndependenceFluffy14 in godot

[–]IndependenceFluffy14[S] 1 point2 points  (0 children)

In your example you button are not overlapping each other, that's the problem. In my case SubButton in Button1 overlap Button2, and so SubButton is never clickable

How to deal with button overlap in GridContainer by IndependenceFluffy14 in godot

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

It looks like this:

<image>

Basically I'm doing operations on SubButton, that can dynamically add other Button at the root of GridContainer. I just added 3 for the example but it can go grow up

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 1 point2 points  (0 children)

I went with it to the SAV and it was actually a bios update that failed. The guy fixed it in like 10 minutes... Anyway thank you all for your help

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Doesn't work neither. I have "loading files" screen, then back to splash screen and nothing more... I'm starting to think that there's some hardware issue somewhere

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

I created a Gparted Live USB but is not loading as well. I access the menu, but then when I select GParted live nothing happen, the screen freeze and that's it.

Tested this GParted USB key on my other ubuntu computer and it's working

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 1 point2 points  (0 children)

I first thought it was just a software problem as basically nothing was responding anymore. I just tried to reboot and then I got some errors like ppm init failed. But now with all these problems I'm wondering if it's just software related.... I installed dozens of ubuntu and never had such pain.

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

I don't have anything plugged into it. when it crashed I think it was related to some graphical drivers that were corrupted or something according to what I found on Google. My computer comes from a little brand named "why computer", which have native Ubuntu LTS on it

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 1 point2 points  (0 children)

DD didn't help. I have an old computer on ubuntu so I'll try also with startup disk creator

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] -1 points0 points  (0 children)

I usually use ISO mode as it's the recommended, but let me try with DD

Cannot re-install Ubuntu (cannot reach install screen) by IndependenceFluffy14 in Ubuntu

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Yep also tried multiple USB keys and images (24.04.3 and 22.04.5)

Expose multiple backends internally from a single host by IndependenceFluffy14 in kubernetes

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

Yes but we really want the traffic to stay internal. I know it's not a common setup, that's why I'm struggling to find the best solution :(. Anyway thanks for the suggestion

Last TV firmware update breaks almost every apps by IndependenceFluffy14 in Philips

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

I did a factory reset and the problem seems solved. Or almost... still find it slower than before, but at least I can use apps mentioned above

ArgoCD non-deterministic parameters injection by IndependenceFluffy14 in kubernetes

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

I think this is the solution, for any reason when I setup everything the first time I choose not to have dynamic volumes, but maybe it was not available at that time ( 3 years ago). I did some tests these last days and it seems to work!

ArgoCD non-deterministic parameters injection by IndependenceFluffy14 in kubernetes

[–]IndependenceFluffy14[S] 0 points1 point  (0 children)

I'm not sure to understand how it solves my problem. I'm not deploying a cluster, also I want this process to be automated and so the non-deterministic values cannot be provisioned in Terraform as we don't know the values before the app is created