Eser DENIZ

Results 23 comments of Eser DENIZ

Sorry didn't do any changes, I referenced an old commit. It was working, except the comment thing.

Ok I went back to the first version with the suggested changes. It works very well and is much more readable and efficient, except for the comments. The current version...

This could be really useful; in a lot of my Connectors, I do things like this: ```php public function hasRequestFailed(Response $response): ?bool { // if psr response is json $contentType...

Glad to see you back! And thank you for all the work you put into Saloon.

Ready but waiting for https://github.com/electron-userland/electron-builder/releases/tag/v26.0.14 to be out of pre-release.

We can merge even in pre-release. NPM doesn't seem to care if it's a release or a pre-release.

Does anyone remember why we didn't merge this? ^^ I know we had a discussion on Discord too but can't remember the outcome.

Just had this issue after the last release. Had to revert to `v5.14.0` I'm using `STATAMIC_STATIC_CACHING_STRATEGY="full"` in my env and `php please static:clear && php please static:warm --queue` in deployment....