azazar
azazar
I have a same problem using Linux `5.13.0-23-generic #23~20.04.2-Ubuntu` with ASUSTek Computer, Inc. bluetooth device. $ lsusb -d 0b05:179c -v Bus 001 Device 009: ID 0b05:179c ASUSTek Computer, Inc. Couldn't...
It seems that in my case the problem is a lack of Bluetooth LE support from my USB dongle. Which is a different issue.
It's not fixed yet. ### VSCode Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:39:46.686Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.13.0-27-generic snap ### Linux $ lsb_release -a...
It crashes when I try to import YouTube subscriptions from CSV file from `Downloads` directory. Version: 0.23.0 downloaded from F-Droid ``` java.lang.RuntimeException: Unable to start service org.schabi.newpipe.local.subscription.services.SubscriptionsImportService@b4ce94b with Intent {...
Chrome doesn't provide API for such extensions. You can't make extension to implement new network protocol, replace http/https or proxify http traffic.
Algorithm choice depends on how peers should be chosen. I didn't see any guidelines on choosing peers, except the advice to find nearest. What is ideal peer list?
> 2. If no local connection found - try DHT Why use DHT? Is there any need for hash tables?
@iShift DHT is a hash table, it's purpose it different. The are plenty options for discovering peers besides DHT. DHT can be used for a bootstrap and any other random...
I like the link-agnostic nature of Yggdrasil, and automatic peer discovery on the internet isn't going to break that. I'm not asking to throw away automatic local peer discovery. Every...
At the moment we have only a centralized peer list that doesn't scale and gives us a very short list of peers of random quality. It fails in at least...