Matt Margolin
Matt Margolin
It appears as though most headlines come from DJCNEWS/BENZINGA, which are not publicly available from the URL provided. I believe the "1-" prefix corresponds to "CBSMW" (MarketWatch), in which might...
@i0bs Thanks for taking the time to write the long detailed explanation of what you believe is going on. In case you were wondering, this issue is easily reproducible and...
@hobbesjaap I had the same issue as you with #139 and spent a little time trying to update to make it compatible with gtk4. (cc: @ruudvandenboomen) Ultimately, I was unable...
For anyone looking for a solution.. you can try setting the `HOME` environment variable when running your script/app in order for `~` to expand to the path you specified. **You...
this is the structure of the token dict: ``` args['creation_timestamp'] args['token']['access_token'] args['token']['id_token'] args['token']['refresh_token'] args['token']['scope'] args['token']['expires_in'] if 'refresh_token_expires_in' in args['token']: args['token']['refresh_token_expires_in'] args['token']['token_type'] args['token']['expires_at'] ``` you can use a debugger to figure...
I would say that this is more of a bug, as this affects all single node kubernetes clusters (minikube, docker desktop)
Hi, I mainly only use the “Run command” and “Remote input” features. I have been unable to reproduce the bug, but it seems to happen within a day of running...
Hi, it actually just happened again with the same version and error (assert old_value > 0). I believe it may be related with the virtual trackpad feature (btw this always...
Yes, I'm on 22.04, however it is not that big of an issue if the app doesn't crash since I only have to approve once. After updating, I haven't had...