Rick van Hattem

Results 317 comments of Rick van Hattem

As a workaround you can use litellm to create a proxy that behaves like OpenAI. That way LobeChat will think it is talking to OpenAI o1/o3 (mini) and it will...

I've had a little dive into this, and it seems completely impossible to use app-passwords the way it's currently setup. The icloud integration uses the icloud web interface and the...

> Bumping because it's still an issue and was not solved. Sorry about he inactivity, I've seen the issue but I've had very little time. It's definitely a bug :)

The stalebot 🤦🏻‍♂️ On the bright side, at least it reminds me of this issue. I'm working on getting portalocker pyright strict so this should be fixed soon :)

I've just released a new version that's got 100% strict pyright checking so you shouldn't have any issues anymore :)

Something must have gone wrong, I've yanked the release from PyPI for now. I'll try and get the CI pipeline fully working again before the next release.

> Nothing went wrong, it was caught by CI in #298 and also caught in manual review and then still merged seemingly against the wishes of @jdykstra? I had merged...

@dvzrv I'm working on it while implementing more rigorous testing and type verification, but it's been quite a lot of work: https://github.com/wolph/python-progressbar/compare/master...develop I'm almost done however :)

I've also done a post-mortem in the mean time. It seems that the fix for the syntax error was stashed... I'm not sure if it was git-up or something vscode...

It looks like the `changeEvent` does not get triggered by a Window resize: https://github.com/zealdocs/zeal/blob/318eef91e715ff568fcfa935840dc0772b66884d/src/libs/ui/mainwindow.cpp#L718-L725 If that method would trigger on a [resizeEvent](http://doc.qt.io/qt-5/qwidget.html#resizeEvent) as well I believe the issue would be...