Mihail Stoykov

Results 99 issues of Mihail Stoykov

Санитизиран лог от sidekiq-а на golang сайта: ``` 2016-12-29T13:47:20Z 30451 TID-REMOVED TaskCheckWorker JID-REMOVED INFO: start 2016-12-29T13:47:45Z 30451 TID-REMOVED TaskCheckWorker JID-REMOVED INFO: fail: 24.501 sec 2016-12-29T13:47:45Z 30451 TID-REMOVED WARN: {"retry"=>true, "queue"=>"default",...

По мои наблюдения: - когато човек предаде домашно в този лог не се изписва че той си е предал домашност - когато се пуснат тестовете се изписва че домашното е...

Миналата година можеше да се виждат в по леко сив цвят всеоще непубликуваните задачи(може би и предизвикателствата). Сега това не е така и е малко объркващо, когато се ползва автоматичното...

Дали няма да е добра идея да се изпраща нотификация и за коментари по чужди решения и за теми във форума в които си писъл, разбира се с възможността да...

feature

One more that was fuzzed during the night ;) ```golang package main import ( "fmt" "runtime/debug" "github.com/dlclark/regexp2" ) var testCases = []struct { r, s []byte }{ { r: []byte{0x30,...

I use tears of steel webm file as the test file (http://ftp.nluug.nl/pub/graphics/blender/demo/movies/ToS/tears_of_steel_1080p.webm) . Using it just like it is I get 404 and this in the logs ``` mkv_metadata_reader_read: truncated...

This is not a final PR it is here mostly to discuss whether the changes presented here are satisfying our needs. This PR will need to be merged *after* the...

In b725f03b we fixed the calculation of the stages, unfortunately we didn't notice that the max duration for the test was wrongly calculated. This also tries to fix cases where...

Discussed in [forum thread](https://community.k6.io/t/missing-data-with-statsd-output/1800). My last [comment](https://community.k6.io/t/missing-data-with-statsd-output/1800/6) confirms that: 1. running between dockers is worse 2. fixing MTU in docker helps 3. lowering push interval (effectively always pushing smaller packets)...

bug
help wanted

Because of a [recent issue](https://github.com/golang/go/issues/27089) `-race` needs CGO which needs gcc under windows :( . We should still be able to run our test with `-race` even if that mean...

help wanted
good first issue
tests
ci