Richard North

Results 80 comments of Richard North

Just tried again with 2024.9.0 and getting similar errors: ``` Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context self.dialect.do_execute( File "/usr/local/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute cursor.execute(statement, parameters)...

A question to the maintainers: is there anything that'd help to diagnose this issue further? I'm guessing that at some point in the past our DB schemas have diverged from...

@TheDK based on other issues (like #124356 and others) there are at least two distinct problems: * the migration process taking a very long time or using a lot of...

Thank you @srkoster, @quentinmit I'm mighty tempted to do the same, and you've saved me some digging by sharing your approaches. Still (for now) holding out hope that it'll be...

Thanks @sagargp I've ultimately done similarly, as I would like to upgrade and increasingly get the sense that this is something too hard to be centrally resolved. Some tips, to...

Sorry for the extensive delay - this repo is not under active maintenance. As per #32 I'm proposing that this repository be formally archived; if you need to continue using...

Sorry for the extensive delay - this repo is not under active maintenance. As per #32 I'm proposing that this repository be formally archived; if you need to continue using...

Sorry for the extensive delay - this repo is not under active maintenance. As per #32 I'm proposing that this repository be formally archived; if you need to continue using...

Just to add, I downgraded to 3.12.0 in order to get it to work again. Didn't bisect all the versions fully, but I know that 3.14.0 is also affected -...

> Found the problem. You're probably running `gh dash` on an enterprise Github instance which is not up-to-date with the public Github API. Argh, that's almost certainly why in my...