Marcin Lewandowski
Marcin Lewandowski
@32teeth workaround does not work for me
Hi Ben, thank you for your contribution. I will definitely merge such functionality into this gem, but with some modifications: - 24h mode has to be default as otherwise it...
The same for me, ``` # docker info Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 1.11.2 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs...
I have observed this behaviour as well ``` prisma_client_queries_total = 411783, prisma_datasource_queries_total = 701132, prisma_pool_connections_closed_total = 451, prisma_pool_connections_opened_total = 511, prisma_client_queries_active = 0, prisma_client_queries_wait = 0, prisma_pool_connections_busy = 0, prisma_pool_connections_idle...
Thanks, I’ll release new version this week
The issue seems to be deeper than README. While I am trying to rebuild plugins it fails. Using provided scripts: ```sh ./build-plugins.sh _SPARTA_ambiBIN_ all ``` And the error was: ```...
It seems the issue is that while building SAF within SPARTA, SAF_PERFORMANCE_LIB is being improperly set to SAF_USE_INTEL_MKL_LP64 on Apple.
It seems that while CMake build can be adjusted by calling it as: ```sh cmake -S . -B build -DSAF_PERFORMANCE_LIB=SAF_USE_APPLE_ACCELERATE -DCMAKE_OSX_ARCHITECTURES="arm64" ``` calling the `./build-plugins.sh` script always leads to choosing...