Vladimir Smirnov

Results 44 issues of Vladimir Smirnov

Currently, not all cases where drops occurs are logged, in fact if the drop happened because of stall metric, it won't be logged at all, even in debug mode. I...

enhancement

Uploading folders, that contains folders doesn't work as expected (files getting send, but in Console you'll see some errors): ``` uploading file "/run/media/civil/My Passport/Omnia/2014 - Earth Warrior/Cover.jpg" failed: "SendObjectInfo: invalid...

UI

esp32-idf-4.0 removed some of deprecated functions: * `esp_adc_cal_get_characteristics` was removed in favor to `esp_adc_cal_characterize` (parameters are in different order, but otherwise the same) * `i2s_write_bytes` was removed (could be safely...

The easiest way to reproduce the bug for me was: 1. Get some real wsp file with AggregationMethod=sum and multiple archives (original.wsp) 2. Make a copy of it with a...

This is only adding a test for #19

For example we are doing searches like: virt.v1.*.role:foo.status:{live,installed}.cluster:{cluster1,cluster2,cluster3}.text-match:metrics_received This should be treated as a 6 requests for {live,installed} X {cluster1,cluster2,cluster3} and return 6 different results.

``` Program received signal SIGSEGV, Segmentation fault. 0x00007fffcfdee148 in PM_AnimLength (index=0, anim=4294967295) at /home/civil/src/OpenJK-civil/code/game/bg_panimate.cpp:4381 4381 return level.knownAnimFileSets[index].animations[anim].numFrames * abs(level.knownAnimFileSets[index].animations[anim].frameLerp); (gdb) backtrace #0 0x00007fffcfdee148 in PM_AnimLength (index=0, anim=4294967295) at /home/civil/src/OpenJK-civil/code/game/bg_panimate.cpp:4381 #1...

Please don't merge it for now. This PR is intended to track and discuss bad things I've found during compiling game with memory sanitize enabled.

Hi, I'd like to make a package of tinyssh in Gentoo, but currently it's required a lot of patching to build system. Tests should be optional - otherwise it'll break...

Example - if go-carbon is writing to network storage, and suddenly storage disappears, filesystem becomes inaccessible, but go-carbon still pretends like it's writing the data and have no drops. Any...