Rogach
Rogach
If I type the following in some method ``` scala val plus1 = (_:Int) + 1 ``` and type "." after "_", the following exception is thrown: scala.tools.nsc.symtab.Types$TypeError: not found:...
Fixes #848. If a remote machine contains a file named `a b`, completing rsync command results in `rsync remote:a\\\ b`, which results in rsync failing to find the file. This...
### Describe bug Logging is disabled in the entire application while data fetching is happening in quote.py. Here's the code responsible: https://github.com/ranaroussi/yfinance/blob/main/yfinance/scrapers/quote.py#L186 This change was introduced in 4e7b2094d, "Logging: improve...
I'm using Linux Mate 13 (Maya), with Mate desktop. If I try to select `Preferences` option from the lookit menu, nothing happens, and the following is printed to console: ```...
**Describe the bug** package-lock.json is not commited into the repo, and it seems it leads to some differences between installations that make tests fail (see below). **Reproducing** ``` $ git...
Adds simple monitoring API, that opens TCP socket on port 4030 and responds with performance data. Suggestions for improvements are welcome, C++ is not my native language.
**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** If `log_compression` is specified together with `log_avg_msec`,...
**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** Passing in `--filesize` value with `GiB` suffix...
### Description Previous version of WindowNavigation just got "stuck" on floating windows, switching back and forth between floating window and tiled window underneath. This was because "magic point" was left...