Aleksandar 'Alex' Gotev

Results 69 comments of Aleksandar 'Alex' Gotev

Got it, so let's proceed then. If we have a way to validate what the user is passing in `ui.run` before starting the packaging, it will be great, so we...

Agreed! As an idea to achieve that, we could detect if the app is running inside a pyinstaller package at runtime: ```python import sys def is_pyinstaller(): return getattr(sys, 'frozen', False)...

@rodja it's a tough one, so I propose to start by reasoning about the use cases and think about a solution only after we are confident about the cases we...

Been able to reproduce that on Windows 10 running a Python 3.12.2 virtual envronment and to find a working solution. My multiplatform build script looks like this (Linux can be...

@falkoschindler I agree and I volunteer for a PR, just tell me where do we want to have this added. Have to test it on a Linux btw to have...

could you please give more context and steps to reproduce?

please keep using latest okhttp 4.x. OkHttp 5 is not supported yet.

you're welcome to contribute with a PR

What version are you using? Never experienced this personally, so as I asked initially, more context and steps to reproduce are needed to debug this, which needs to be replicated...

So, are you using 4.9.1 with cookie store 1.5.0? From what I see, that snippet you posted is from the InMemoryCookieStore, but the posted stack trace at the beginning of...