geogeim
geogeim
same here, and the ram usage jumped from 8% to 30%
same issue here i think the library is designed to work with partial data in buffer mode (i.e. get the size of the picture by reading a few bytes) which...
> Full [About](https://wiki.freecad.org/About) info please. [code] OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.20.2.29177 +426 (Git) Build type: Release Branch: (HEAD detached from 0.20.2) Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8...
``` cursor = int(time() * 1000) while True: videos = [video async for video in user.videos(count=30, cursor=cursor)] if not videos: break # .... your code ... cursor = int(videos[-1].create_time.timestamp() *...
please fix this, i lost a few hours debugging
Possibly unrelated but chromium based browsers just grab the first card and uses that with vaGetDisplayDRM. Also it ignores DRI_PRIME - that's used for rendering and not video acceleration. What's...