-
In my opinion, the readme is missing a section that talks about braze with a link to this service and also a section that highlights the strengths of the software.
WDYT?
-
Here https://github.com/immobiliare/braze-php-sdk/blob/main/composer.json#L14 we set `>=7.2.0`.
This approach in the world of php libraries is discouraged in favor of `^7.2 || ^8.0`
WDYT to change…
-
I've integrated semantic-release for reference: immobiliare/fastify-metrics#21
-
-
Hi, developers, thank you for your checking. It seems the lock `state->access_mutex` is not released correctly when return at Line **135** in the function `sfs_begin_access`?
https://github.com/immob…
-
Please help me with this... i've some aep projects that uses same mechanism to change duration of each photo of a slide show based on the number of the photos... I used a Cursor to specify how mutch p…
-
# Bug report
I am analyzing a codebase that doesn't use PSR-0 or PSR-4 for autoloading for the first time using phpstan 0.12.85, and for a handful of classes I receive the following error with no l…
-
https://github.com/immobiliare/ApnsPHP/blob/f7c9c2c29e413a65d3580421bf3bb4809fd671e2/ApnsPHP/Message.php#L78
We see some users 108 char length push token in our database. So I think we must change …
-
When I used tagged template in this query:
```typescript
const result = await prisma.$queryRaw`
SELECT
F.id AS "fabbricatoId",
F.codice AS "fabbr…
-
Hi, I am developing a dockerized Plumber **Parallel Scraping** API.
When I am building the image and running the container from shell everything is fine until I invoke an endpoint and it prints out …