khimaros
khimaros
@mqus -- is this still something you're hoping to merge? i'm very interested in using it.
i would also love to see this, even if it were not enabled by default. i often find myself hopping back and forth between htop and iotop for a full...
Another possibility would be similar to http://syeedibnfaiz.com/codenames/ Generate a unique code for the spymaster link and only provide that link to other spymasters. Everyone else gets the non-spymaster link. The...
did this make it into a particular kernel/audit-userspace release? i'm very interested in this, especially if it allows filtering at the rule level.
for Gnome, another approach used by [gnome-magic-window](https://github.com/adrienverge/gnome-magic-window) is the dbus interface to `org.gnome.Shell.Eval` which provides a `global.get_window_actors()` to list all active windows. for example: `gdbus call --session --dest org.gnome.Shell --object-path...
it looks like almost all of the memory consumption is coming from `json.load()`. another direction here may be to use the new "Semantic Location History" data which is already broken...
workaround to install p5 (pulled from requirements.txt): ``` python3 -m pip install --no-deps 'freetype-py==2.1.0.post1' 'glfw==1.11.2' 'numpy>=1.18.5' 'Pillow==9.0.1' 'vispy==0.10.0' 'git+https://github.com/mcfletch/pyopengl.git@227f9c66976d9f5dadf62b9a97e6beaec84831ca#subdirectory=accelerate' 'PyOpenGL==3.1.6' 'requests>=2.25.0' 'dataclasses;python_version=="3.6"' 'skia-python>=85.0' p5 ``` note, this may result in...
here's what worked for me on debian 11: ``` $ python3 -m pip install --force --target ${HOME}/.config/blender/3.1/scripts/addons/modules geomdl SciKit-Image PyMCubes Circlify Numba pyOpenSubdiv ``` after this, all modules show up...
@chirayudesai says: > There's a doc in the storage section which this format shares some things with > otherwise it should all be https://github.com/seedvault-app/seedvault/pull/327 @grote says: > mostly this with...
https://github.com/seedvault-app/seedvault/issues/383 will be helpful for testing this change