Toby Peschel

Results 5 comments of Toby Peschel

Thanks for posting these notes, very useful alongside the main list.

I've run into this issue multiple times, and each time it's `urllib3` with `b2.api`. A quick `pip install urllib3 --upgrade` fixes it, in my case from version `urllib3-1.22` to `urllib3-1.25.6`....

I had the same issue and resolved it by setting `inline` to `false`: ``` var editor = ace.edit("editor"); editor.getSession().setMode({ path: "ace/mode/", inline: false }); ``` After that change, .php files...

I have the same issue with 0.24.1 on Windows 11 with `flet run `. After making a change, about ~10% of the time it freezes with the loading animation and...

It looks like Banzai Cloud was quietly killed by Cisco in late 2024. The Helm chart repo hasn't been accessible [since 3 October 2024](https://github.com/banzaicloud/banzai-charts/issues/1350), alongside their main sites (https://banzaicloud.com, https://banzai.cloud,...