Results 61 comments of strowk

I've just tried creating `integration.goconvey` with ``` -tags=integration ``` while my test starts from `// +build integration` It works! Convey runs the test, while plain `go test` does not, which...

Not always, but maybe some way to configure it? Also it would make sense to behave that way by default when number is expected.

But why is it discarded? When I declare `max-request-size-mb = 20` it is already clear that value is a number. Why following line `max-request-size-mb = ${?STREAMS_PRODUCER_MAX_REQ_SIZE_MB}` cannot just ignore empty...

I unfortunately do not control that launch script. Only can write template mapping env variables to some yaml config. So env variable would always be present, but it will be...

I realize that there is a piece of information that is lost when our templating thingy produced empty string in place of something that was initially missing, but unfortunately a...

That unfortunately is not always possible or easy to do. It would also make overall code a bit more complicated. I realize that feature to treat empty strings as missing...

It's not always necessary to override config values with an empty string though. Particulary in my situation, when variable is an integer and empty string just does not make sense....

WA - убивать процесс, но это как-то не круто. Плюс, вероятно так синхронизация не происходит и можно потерять данные.

> Значит, вы запускаете программу и некоторое время ей не пользуетесь. Она просто висит в трее. Что потом вы делете? У вас несколько раз написано "открыть", и я не пойму...

`На программу влияет антивирус. У вас установлен антивирус? Я так бодался с Касперским. Пока не прописал ему в исключения MyTetra, он периодически не давал выполняться процессу программы, и выглядело это...