Ruslan Khafizov

Results 5 issues of Ruslan Khafizov

I have following (minor) issue during build. If I run `mvn package` the process will flip file types from CRLF to LF. Which creates spurious changes in `git status`. ```...

TSocket supports only one timeout field so setting timeout or invoking TSocket.setTimeout sets both timeout field and sets underlying java socket's socket timeout. TSocket is set up with cpConfig.getConnectTimeout() which...

During ThriftSyncConnectionFactoryImpl.ThriftConnection#open socket timeout(default 11) used as a connection timeout(default 2) which is not what expected. It slows startup when there are dead nodes in seed list because instead of...

Is it possible to make this repository a template repository in github? https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository I can work around by forking and making my fork as a template. But would be more...

Some videos don't have mp4 links so `links['mp4VideoUrl']` fails with NoSuchKey exception. This change allows to try webmVideoUrl as a backup.