Cy Rossignol

Results 6 comments of Cy Rossignol

Sorry for the delay. My GitHub email notifications were not arriving. I thought that we finalized Laravel 8 support on the 2.x branch, but it looks like it was never...

Yes, this driver adds latency. A Sentinel-aware application trades a bit of responsiveness to support high-availability. When the client executes the first Redis command in the request lifecycle, it queries...

You're describing caching of the Sentinel query result to avoid the initial query on subsequent requests. This can work, but keep these points in mind: In most cases, we cannot...

@erfansahaf Sorry for the delay. My GitHub email notifications were not arriving for this repository. I use Sentinel in some non-PHP projects as well. We haven't observed significant differences in...

@georgeboot If you're using Laravel's package discovery and this package's automatic configuration, the Telescope service provider boots before this package installs the cache driver. You can [register the package's service...

Hello, I updated iD to version 2.26.2 for our use at [tasks.opensidewalks.com](https://tasks.opensidewalks.com/) here: OpenSidewalks@786c5108b03713463ed77194be13638ef03fd4a8 I reworked the integration to avoid the direct bundling of iD code with the tasking manager...