Boris Korzun

Results 10 issues of Boris Korzun

What about a bumping new tag (v1.4.5, ex)? It is useful for go.mod of depended projects, using new commits (#76, ex).

## Problem There's a compiled JAR-package on [Confluent Hub](https://www.confluent.io/hub/confluentinc/kafka-connect-elasticsearch) without [guava.jar](https://mvnrepository.com/artifact/com.google.guava/guava). But it depends on [Guava](https://github.com/google/guava) - #366 an #409. ## Solution Removed scope `test` from `pom.xml` for Guava package....

There's a compiled JAR-package on [Confluent Hub](https://www.confluent.io/hub/confluentinc/kafka-connect-elasticsearch) without [guava.jar](https://mvnrepository.com/artifact/com.google.guava/guava). But it depends on [Guava](https://github.com/google/guava) - #366 an #409. It is good idea to remove scope `test` from `pom.xml` for Guava...

### Description There's a regression after enabling Address Space Layout Randomization (ASLR). Kamailio causes SIGSEGV while loading `app_lua` (or other KEMI Interpreters probably). ### Troubleshooting #### Reproduction The regression has...

### General informations Operating system : FreeBSD 10.3-RELEASE-p11 ### Server informations Perl version : v5.20.3 Mysql version : 5.7.15 with enabled an 'explicit-defaults-for-timestamp' option ### OCS Inventory informations Ocs server...

Added TLS (1.2 and newer) support for web server. Added `--web.tls` kingping flags for TLS-handling. Also added client's certificate verification support (`--web.tls.mutual-auth-enabled` flag).

## Description Building main example from Readme via CMake ([CMakeLists.txt](https://github.com/doctest/doctest/files/12709453/CMakeLists.txt)) using `doctestTargets.cmake` causes an error. ``` boris@boris:~/doctest% cmake --build . [ 50%] Building CXX object CMakeFiles/main.dir/main.cpp.o /home/boris/doctest/main.cpp:2:10: fatal error: 'doctest.h'...

There's a replace regex in `zfs::__format_options()` supported one option only. The proposal patch added `global` flag for supporting several options.

Add genericobject inter-links (new feature) I've rewrited #84 by @Manu1400 for 2.8.0

The patch add support the [Positions](https://github.com/InfotelGLPI/positions) plugin. With two exception: 1. Direct link from tooltip to the object doesn't work correctly. It requires a patch of the Positions plugin. 2....