Aleksandr Dubinsky

Results 50 issues of Aleksandr Dubinsky

Title is self-explanatory, more details here https://github.com/mbknor/mbknor-jackson-jsonSchema/issues/73#issuecomment-794332684

Without explanations of the many different ways to specify parameters, figuring out how to use this library is harder than it should be. Also, most of the examples seem to...

help wanted

Adding up GPU RAM on a host is almost never useful. The useful metric is always per-GPU RAM. Don't add per-GPU RAM as a separate column. Just replace the current...

Data request

The PreemptiveAuthInterceptor doesn't work correctly because it is insert at the beginning, before `authState.getAuthScheme()` is set by another intercepter. One solution seems to set it at both the beginning and...

Mem requests/limits should not be displayed with 12-digit precision. It's not how UI tools should work. Just round up and don't display more than 4 significant digits. Also it would...

Group http is created with gid 1000, when it should be 33.

I'm trying to build this on Ubuntu 20.04 and the instructions don't line up. `libssl-dev` is needed, and building without PCAP doesn't work. Even the Makefile doesn't work. I'm not...

I've noticed that when my Kubernetes pod shuts down, child processes often die with exit code `2147483646` ie `MAX_INT-1`, which they did not do under commons-exec. (Commons-exec would sometimes return...

The over-engineered Dispatcher class makes it more difficult to understand how to launch kernels. I suggest each asm example to have two host source files. One which uses C HSA...

This repository seems to do two things. One is to host a now-unnecessary tool (?) and the other to host some samples of writing GCN LLVM assembly. I think it...