bitnom
bitnom
In one of the best things to happen in my life, I saw that a fork of Eel ([async-Eel](https://github.com/namuyan/async-Eel)) had [happened](https://github.com/samuelhwilliams/Eel/issues/151#issuecomment-502625788), replacing gevent & bottle with asyncio & aiohttp. IMO,...
``` Error: Build failed for package: httpauth ... Details: ... Execution failed with exit code 1 ... Command: "/home/user/.nimble/bin/nim" c --noNimblePath -d:NimblePkgVersion=0.1.3 -d:release --path:"/home/user/.nimble/pkgs/libsodium-0.5.0" -o:"/tmp/nimble_9096/githubcom_FedericoCerattonimhttpauth_#head/httpauth" "/tmp/nimble_9096/githubcom_FedericoCerattonimhttpauth_#head/httpauth.nim" ... Output: Hint: used...
I managed to get the module working using the fork: https://github.com/travisstaloch/nim-httpauth but I noticed that Jester is only using 1 thread. I tried to compile with `--threads:on` but I got...
I'm still seeing MSM the main/browse page of YT:
For people who also want their homepage and browsing filtered, not just search results. First issue referenced: https://github.com/miscavage/De-Mainstream-YouTube-Extension/issues/41
Please consider the following: ```json "2019": { "uat": { "pkey": true, "user": "testval", "testkey": true, "mylist": [ { "foo": "bar", "foo2": "bar2" }, { "baz": "milk", "bar": "foo" } ]...
Btrfs Assistant came preinstalled in my distro. Is there any danger in running buttermanager alongside other btrfs GUIS?
"Edges are stored as arrays of bytes directly in the parent node, no need to access non useful children while trying to find a match." Is this the same as...
I setup a project here: https://github.com/TensorTom/gun-native#attempt-2---js2py-some-success I would like to be able to use the js library gun as `gun.put({'foo': 'bar'})` and then `gun.get('foo')` and have it actually work. Here's...
Site thinks widevine is not installed but it is enabled by default in pyppeteer. Stealth makes him report no widevine. Need to fix.