Love
Love
To clarify, this applies to the flatpak version
Hi! How's the progress on the wayland implementation?
Otherwise we could make use of TypedDict if the goal isn't to verify/assert the data, but to give hints to the user.
> Yes and it is also possible to replace: > > import requests > self._session = requests.Session() > > with: > > from curl_cffi.requests import Session > self._session = Session(impersonate="firefox")...
> No, that was just an example to use the same Session instance for all requests. Of course, but, what's stopping us from just using `requests.get(stream=True)`. Does Avanza really check...