Dmitry Mikushin

Results 78 issues of Dmitry Mikushin

I've seen situations, when remote host went offline, but autossh containers remained with dangling ssh connection, which is neither online nor offline. Eventually, autossh restarts them, perhaps when some port...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Spotube hangs or crashes, whenever there is a temporary network outage...

bug

Hi, I wonder if the QOI format also covers grayscale? As I understood it is designed mainly for 3 and 4 channels.

Hello, trying to make use of a publish API to update the package repository. In the function below, the first part works well: package is posted. But the update won't...

The use of `printf` inside a global function in HIP results into an internal error: ```cuda > cat rocgdb_test.hip #include __global__ void kernel(int i) { printf("Test me\n"); } int main(int...

Hi @mmatl , I've been desperately trying to render the GBL model of an eye correctly. I've tried everything, including your notes in #135. Unfortunately, the texture is still on...

I apologize for a possible misunderstanding, the code is very difficult for me to follow. I've figured out that a trimesh may already return a Scene, if an input file...

Dear Developers! I've been looking around in BLIS for a week and came to a conclusion that the codebase is being developed by brilliant people. I don't have any other...

Emphasize && operator precedence with extra brackets, as suggested by clang warning

Planting intent(in) all over the code, per strict modern Fortran compilers requirements. Do not duplicate eq and == , ne and /= operators definitions, as they seem to be already...