agentx3
agentx3
In general it seems like the performance has slowed down greatly. For example, even ```py import json f = open("msg.json", "r") msg = json.load(f) ``` takes sometime to load (~30s),...
OK, I think I found the culprit after spending a bunch of time messing with the settings. The issue goes away when I set `inlayHints.parameterTypes = false`, so it's probably...
I don't have much experience with using DBUS, so apologies in advanced as I might be using very incorrect terminology, but maybe the info I found will be useful? From...
Ah, yeah you'll have to tell me what is needed. I looked at the interaction between waybar and discord, and this seems to be the behavior when the icon updates...
Ah darn. Well I might get around to hacking at it more eventually. For anyone that's interested reading this, I believe this might be the solution: I think we need...
Same issue here EDIT: Update, I was able to generate an auth code bypassing the popup by doing the following: ```javascript const login = useGoogleLogin({ overrideScope: true, scope: 'profile email',...
I am also on NixOS. I diagnosed the issue by using the `list` subcommand of `@ts-for-gir/[email protected]` while passing in the gir directories ( same `-g` flags as the recommended `generate`...