hg

Results 9 comments of hg

@asciimoo this one can be closed I think, since `searx` now sorts files by the [number of seeds](http://i.imgur.com/JVc2OwA.png). Sorry for necroposting, but it does feel nice to see that issue...

If you (like me) end up here after a google search: for those of us without any iOS devices (or complicated home automation with Home Assistant and the like), [python-miio](https://github.com/rytilahti/python-miio)...

I ran into this a few times. I believe it happens under two specific conditions: 1. you're using local filesystem storage 2. multiple builds try to rebuild caches using the...

Consider using Open Build Service instead of reimplementing the wheel. (the code block is to avoid unnecessary linking) https://github.com/tonarino/innernet/issues/203#issuecomment-1172847002

@mlsmaycon personally I wouldn't expect you to support anything but a couple of the most popular distributions. Even major corporations rarely care about anything besides Ubuntu and RHEL. > OBS...

Try using an absolute positioning device: replace `-device usb-mouse` with `-device usb-tablet` in `basic.sh`

I used to [patch that](https://aur.archlinux.org/cgit/aur.git/tree/0001-fix-run-paths.patch?h=netbird&id=914ad7ecac64fe2f4d1fa311b524f94cbb621716), but running under a restricted user will not work these days for other reasons (I don't remember all of the issues I've faced, but one...

For future reference: the canonical way to fix this is to add: ```ini CacheDirectory=netbird ConfigurationDirectory=netbird LogDirectory=netbird RuntimeDirectory=netbird StateDirectory=netbird ``` under the `[Service]` section. systemd will then make sure to create...

nid 1056 is used for blake2. https://github.com/openssl/openssl/blob/d1460afdfcb3c90df612896d40d35c6627a5967c/include/openssl/obj_mac.h#L2295-L2297 I'm guessing your 1.0 node uses blake2, which isn't supported by openssl on the 1.1 node. Could you post the output of $...