Raj Siva-Rajah

Results 205 comments of Raj Siva-Rajah

Just checked the versions. I don't think that's the issue: Debian Bookworm version: Ubuntu 22.04 version: Unless there was a webp bug in 8.14.1?

You'll need to delete your existing binary and re-start Octane to download the latest version. The current minimum version is pinned at 1.0.2: https://github.com/laravel/octane/blob/8f9d0da559ba4366fecc5c106d1298abe6773396/src/Commands/Concerns/InstallsFrankenPhpDependencies.php#L22

> Our security/compliance department is unhappy with us for having an abandoned package as a dependency. Same. Unfortunately we've been forced to remove Sentry because of this.

@ste93cry Most security scanning is automated nowadays. Personally I think this should be taken care of by the package that's using the deprecated dependency, rather than asking consumers of the...

Sounds like your problem might be related to https://github.com/usebruno/bruno/issues/159? We've stopped using Bruno for the moment because of the WSL2 issues. It's difficult to try and walk multiple team members...

Just found this: https://stackoverflow.com/questions/66605584/does-backdrop-filter-not-work-on-chrome-ios Or maybe it's just that `backdrop-filter` isn't supported in iOS without the -webkit prefix: https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter Could you add `-webkit-backdrop-filter:` as well? That might be all that's...

@withinboredom By embedded, are you referring to static binary builds?

The problem isn't the amount of entries, it's the amount of data in each entry. `DEBUG` is good for local development, and Octane strips out the non-essential info from each...

+1 for this! It would be worth taking a good look at Starfish's implementation as it's really solid. Including the collection of feedback, backend etc.