Vitaly Shukela
Vitaly Shukela
Shall Tribler implement anti-internet-censorship measures like in Tor? Like obfsproxy and so... - [ ] I have read CONTRIBUTING.rst - [ ] I have tried with the latest pre-release version...
> https://docs.rs/moro/latest/moro/macro.async_scope.html > To avoid this, use the `infallible` method on the scope to convert it into a non-cancellable scope: > `let scope = moro::async_scope!(|scope| {/* ... */}).await;` Looks like...
``` FATAL EXCEPTION: Thread-1252 Process: au.com.darkside.xdemo, PID: 24344 java.lang.NullPointerException: Attempt to read from field 'au.com.darkside.xserver.Window au.com.darkside.xserver.Selection._ownerWindow' on a null object reference in method 'void au.com.darkside.xserver.Selection.processConvertSelectionRequest(au.com.darkside.xserver.XServer, au.com.darkside.xserver.Client, int)' at au.com.darkside.xserver.Selection.processConvertSelectionRequest(Selection.java:277) at...
##### Tribler version/branch+revision: ##### e744e2ca7090b9f3258694125e52f7fe66194e96 devel ##### Steps to reproduce the behavior: ##### 1. Have a collection of files for seeding in "Downloading" 2. Add one new download 3. Wait...
I see "Total:" growing and "Balance:" falling a bit rapidly. Sometimes I want to limit (but not turn off completely) bandwidth contributed to decentralized networks. Ideally there should be easily...
The [documentation](https://github.com/leeoniya/uPlot/tree/master/docs) contains this line in a code snippet: > `value: (self, rawValue) => "$" + rawValue.toFixed(2),` But the library calls it with a null `rawValue`, leading to errors in...
From time to time there are links to Rust-related articles hosted on kerkour.com on This Week In Rust. Very often the server just returns "403 Forbidden" when trying to access...
* `^` to use literal string without interpretation * `@` to read string from file * `%` to read string from environment variable Example: nickel-lang-cli export q.ncl -- [email protected] path_envvar=%PATH...
Can Poloto be used to plot data with different units of measure (that have different scale of values on Y axis), like in GNUplot's `y2` feature? Ideally I would like...
On Pixel 3 XL, 0% and 2% of brightness are equivalent, 1% much darker and the gauge is very perceptually nonlinear in general (i.e. 70% and 100% is not that...