apiraino

Results 228 comments of apiraino

Ok, I'm not sure these filesystem checks add up to a tangible overhead (these filesystem libraries should be extremely optimized), but on the other hand I don't code for desktop...

Ok, fair enough, than. I think I can add a single `ensure_dir_exists(dirname)` check and ensure the dir exists it is accessed (but as you said not for every file read...

ping @FrodeSolheim do you have any thoughts about the pr https://github.com/FrodeSolheim/fs-uae-launcher/pull/39? Any comments? If you agree with my suggestions I'd like to proceed and refactor a bit `fsgs/FSGSDirectories.py`. Thanks!

FWIW I have a related story (though different from OP). I had added by mistake `/home/USER/tmp` to the list of LSP workspace folders (don't ask me how...). Now everytime I...

@jplatte thanks for reporting here that comment. Would it also work when trying to implement `sqlx::Type` on a struct? I'm trying to figure out this case and I can't map...

I've investigated this and tried to get to the bottom. I see different behaviours with different versions of the FontAwesome package. After testing the free desktop FontAwesome packages version v4.7.0,...

@aqxa1 hey great tip, adding that font family fixes the issue :)

Some notes after investigating this. Removing the CSS code for the blinking effect reduces the CPU footprint (though not completely): ``` @keyframes blink { to { background-color: #ffffff; color: black;...

@drduh thanks for getting back to me and sorry for the delay. This issue is under my radar, I've just been procastinating the PR I suggested, I need to to...

@woodenphone thanks for sharing your scripts. I'm not the maintainer, here are my 2 cents nonetheless. Your scripts are very useful but out of scope in the context of the...