Results 310 issues of Vitaly Shukela

The first comment on Market: ``` Also, for those asking the question: End Key = Power button Delete Key = Back button Home key = Home button Pg Up Key...

Althouh really simple JavaScript case like [here](https://www.adspeed.com/Knowledges/262/Problems_Account/howto_test_browser_supports_JavaScript.html) does work, Acid3 just fails to start. I wanted to check how much points will edbrowse get, but there is no number at...

`-x` should have been "stay on one filesystem" instead of "exclude", for parity with `du` and `ncdu`. Anyway, there should be something like `-X` then to avoid going to other...

help wanted

![screenshot](https://user-images.githubusercontent.com/173219/51072870-69006c00-1679-11e9-8e8d-d6655c2d14be.png) It should probably handle SIGINT and terminate the output as if it was EOF (but maybe with some mark): │00001410│ 57 37 f9 ae 0b ae 6c 8a ┊...

enhancement
help wanted

1. I buid or get clooj-0.4.0-standalone.jar 2. java -jar clooj-0.4.0-standalone.jar 3. Try to type in repl No errors displayed, not output either. "Restart REPL" command leads to ``` === Starting...

So can't compile this: ``` #include int main() { fprintf(stdout, "Hello, world\n"); return 0; } ``` The error is: ``` :0:1: warning: undefining "__LINE__" ("/usr/include/libio.h": line 310): Corrode doesn't handle...

#### Tribler version/branch+revision: ##### ea923d8a6f55582da6523ad81e53d33d9cb74116 release-7.5 ##### Operating system and version: ##### Linux, non-Dockerized ##### Steps to reproduce the behavior: ##### 1. Run a Tribler profile with long history of...

type: bug
component: token economy

https://doc.rust-lang.org/reference/types/closure.html#other-traits > A closure is Send if all variables captured by non-unique immutable reference are Sync, and all values captured by unique immutable or mutable reference, copy, or move are...

A-closures

I get crashes on trying to open a big Sled database on small VPS. Does using 500 MB of RSS after opening gigabyte database indicate a bug in Sled or...

On one hand, it is mentioned in doctest code of `sled::Config`, but on the other hand it is `#[doc(hidden)]`, which sometimes suggests that it is an internal, non-semver-stable method that...