Пётр
Пётр
I hit the same problem. The version of webhook installed is 2.8.1. It seems that json payload decoding does not work in case of top-level json array (the common case...
I am on Mac OS X. I tried to replace Line 2 in fltk.nim with: `{.passL: "/usr/local/Cellar/fltk/1.3.5/lib/libfltk.a -lpthread -framework Cocoa".}` (It is the options returned by `fltk-config --ldstaticflags` command) No...
+1 for LDAP auth!
@kikaxa No problems to do like this in case of a manual build. But it is impossible in case of automatic build (package). Normally one build is started, it should...
@kikaxa Sorry, you explain Linux packaging approach. I work with FreeBSD, it's different. There is no _xxxx-dev_ packages there. Yes, I would like to use Conan, but this library is...
The screenshot shows two different _ports_. Yes, it is a possible approach - create two different _ports_ with different build options, each one would produce a _package_ with different content....
I've already created a [PR](https://github.com/Amanieu/asyncplusplus/pull/57) here, implementing this type of build. Hope, someone could test it on different systems and review the CMAKE code, so the author would merge it....
> A single CMake build directory should build either the static or shared library Could you, please justify this point? Is it your personal opinion, the best practice mentioned elsewhere...
I think, the `actions/checkout` can be used as a starting point, we don't need a direct support of FreeBSD runners. I can imagine `cbsd/freebsd-oci` like a wrapper around `actions/checkout` that...
I hit the same problem with Consul v1.19.2. On a cluster with 5 nodes elections were started after lost connection to 2 nodes from another datacenter. The leadership was passed...