blacktek

Results 10 issues of blacktek

Hello, I'm porting an application from a raspberry pi3 b+ (using php 5.6) to raspberry pi4 (using php 7.4) The same class I wrote in the past that extends Mosquitto\Client...

after publish I do one loop() and then a disconnect(), but very often there are unsent messages that get lost. Is there a clean way to verify if there are...

it seems that passing the --delete option to rsync produces inconsisten backups when using p >= 2 I used to backup a large nfs directory and the copied directory was...

Hello, I've random segfaults when using protobuf. Same issue with both PHP 7.4.29 and PHP 8.1.6 on $ uname -a Linux xxxxxx.it 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC...

php

Hello, I've random segfaults when using protobuf php compiled extension with google ads api. Same issue happens with both PHP 7.4.29 and PHP 8.1.6 on $ uname -a Linux [xxxx.it](http://xxx.it/)...

Hi, I've the same problem reported here: https://stackoverflow.com/questions/54217345/php-multi-threading-and-pools Basically I've php 7.2.19 with zts enabled: [root@server tmp]# php -i | grep -i thread /etc/php-zts.d/pthreads.ini Thread Safety => enabled pthreads [root@server...

Hello, any support for secondary (multiple) Y axis?

Hello, when doing GET to /V1/categories?rootCategoryId=1 I've null fields in **is_active** (but the structure is correct) ``` { "id": 1, "parent_id": 0, "name": "Root Catalog", "is_active": null, #

Issue: Confirmed
Component: Api
Reproduced on 2.4.x
Progress: PR in progress
Priority: P4
Reported on 2.3.2
Area: Catalog

Hello, in our development environment we're experiencing some random "No files for wrapper" for the ajax requests https:///quickdevbar/index/ajax?_=1734367183135 (return a 202 HTTP return code) After some debug, we've noticed that...

needs update

Currently file_get_contents is called like this $response = file_get_contents($this->siteVerifyUrl, false, $context); Could it make sense to use the error suppression with @ to avoid random errors going to stdout? We...