Koyper
Koyper
I have been using a custom build of godot-sqlite (many thanks for creating this essential tool!) with the fts5 enabled for at least a year and it's perfectly stable. It's...
Can someone advise on why the Editor unit test checks failed? I don't see how this PR is related to them.
I've managed to farkle this branch with a rebase mistake. Is there a way to revert to the prior state?
> `git checkout -f ea2335d2a09aaabbedd9b267532173f6d7d0eb80` Now the force push says "Everything up-to-date" - how do I override that? Is it because of the detatched head? Will this work?: `git reset...
> You can push with `--set-upstream` to your branch. Will this work while in my current detached head state? Like this?: `git push --set-upstream --force origin fix_popup_menu_incorrect_v_scrollbar`
> > `git reset --hard ea2335d2a09aaabbedd9b267532173f6d7d0eb80` > > This is the way IMO, after checking out your local branch. Okay, this worked! Good grief 😡.
#86553 will also fix this issue, as I noticed and fixed it there. It was caused by the changes in #87462 per the comment above. At fractional content scales greater...
> Adding 0.5 before `set_min_size()` truncates to integers rounds down when the decimal height is less than 0.5, like `round()`. Would it not make more sense to ceil the values...
@Calinou Can you advise on what's triggering the format complaint in the static check?
It was an errant TAB :( - all good now...