borislubimov

Results 4 issues of borislubimov

With the setting acquireRetryAttempts=1 (in my case I set it in java like this dataSource.setAcquireRetryAttempts(1);) c3p0 tries to acquire connection twice. Since with acquireRetryAttempts=0 c3p0 will keep trying to fetch...

Added ability to store web page url in JavaSrciptError class necessity of which I had explained in that issue https://github.com/mguillem/JSErrorCollector/issues/15

Thank you for the great API. Not long ago I've started use it and found several js-errors with it. When I wrote bug-reports about found errors I realized that it's...

Currently, PyCharm highlights all usages of assert_that with sequence matchers due to unexpected type warnings. Is it possible to include an overloaded version of assert_that specifically designed for such cases?...

help wanted