clotodex
clotodex
For me reconnecting multiple times does the trick On the other hand https://github.com/ThePBone/GalaxyBudsClient sometimes works where earbuds does not I wildly prefer the cli version but they seem to do...
I had a similar issue since the beginning with the buds2 (also in other tools, this is a samsung issue i think) The way i connect: ```fish while true if...
This *might* be an issue for fresh fonts. Existing fonts I used with old figma versions load fine, just newer ones, which have not been loaded by figma before dont...
After a discussion with @tom-doerr I will take an opinionated approach to this implementation - vim commands: whatever I can figure out, since they are on top and just wrap...
Thoughts to tree-sitter (might give performance hit - dont know) ```python def search_comments(): # Get the buffer's content as a string buffer_content = vim.current.buffer[:] # Get the tree-sitter parser for...
> Can the existing code already be merged to the project? It's still displayed for me as a draft In theory it is ready to merge, however I did not...
Is there any progress on this, or an easy way to fix it without forking the repo and setting individual pytorch and cuda versions? I am running into the same...
Exactly what I want - this is perfect! Thank you. A follow up question though - how does this work with other devenv.nix files? I think this should also be...
Okay this is REALLY weird It seems to be something with how i execute cargo and nix getting confused. If I execute the cargo command directly from the devenv folder...
Alright I found the culprit. When running aws-cdk there is randomly a new ENV variable. ``` LD_LIBRARY_PATH=/home/user/projects/repo/backend/cdk/.devenv/profile/lib:/nix/store/7v7c61ikm7cbd3kbimk9qr8h7pdmyccn-manylinux2014/lib:/nix/store/c2yb135iv4maadia5f760b3xhbh6jh61-gcc-13.2.0-lib/lib ``` I have no clue why or how - i checked the nix...