mhtvsSFrpHdE

Results 70 comments of mhtvsSFrpHdE

@tlf30 @Radagan @kaueraal By use ```apt install cups``` , I can use it on Debian 10 KDE. Try it if ```No module named cups```

For Debian 11 and VirtualBox user(that means you can snapshot your system to recover mess) who following this tutorial https://wiki.partkeepr.org/wiki/PartKeepr_on_Debian_%22Stretch%22 Add the following line to `/etc/apt/sources.list`: ``` # mariadb 10.1...

This issue is mine at the beginning. It has been years since that, and I experienced really A LOT than the moment. The difference is I quit from HiFi community....

> OK, my use case is completely different. A common source of audio crackling when funneling audio through virtual audio device is that both the source device and virtual device...

@shaigeva I also got my TabNine `Binary has failed to respond to request` in log. Certainly, this is a critical bug: Tabnine support of Visual Studio == Not support Visual...

I'm looking at the `TabNineVisualStudio.dll` and noticed something called `BinaryRequestTimeoutMillis`...

I assume there is an equivalent of `const int BINARY_REQUEST_TIMEOUT_MILLIS = 1000` somewhere in your source code. Strange, 1000 ms should be enough for TabNine, even the Cloud version to...

Log says `100`, instead of 1000 ``` 2022-09-29 00:56:56.248 [] DBUG [56] [BinaryFacade] ProcessRequest has timed out (allowedTimeout: [100]) [AutocompleteRequest(correlation_id=1, 'before' ends with: "ameters();")] ``` So I assume there is...

The only two `100` can be found in dll should be like: ``` const int BINARY_REQUEST_TIMEOUT_MILLIS_STANDARD_CASE = 100; const int BINARY_REQUEST_TIMEOUT_MILLIS_EXPLICIT_AUTOCOMPLETE_INVOCATION = 100; // A function can returns 100 and...

The dll is possible to patch without using source code, if just modify few int variables. After modify the dll, TabNine extension can provide suggestions. However, there is no Visual...