Nikolay Markov

Results 4 issues of Nikolay Markov

Some columns in my project has `bigint` type. In `db/structure.sql` these columns has type `bigiint(20)`, but in annotations they has `bigint(8)`. Line from `db/structure.sql`: ``` `id` bigint(20) NOT NULL AUTO_INCREMENT,...

Hello, Olav! I'm very excited of this software and would like to make a donation. Besides I see that http://screencloud.net does not work. Probably some people like me would help...

enhancement
website

Sometimes `cc-test-reporter` fails with segfaults. ![](https://i.imgur.com/AHqY2mJ.png) - It segfaults on `before-build`, `sum-coverage`, `upload-coverage` commands - We use docker-compose to run our tests - I have tried to wrap `cc-test-reporter` into...