Martin Bean
Martin Bean
Personally I think the `api` route group could just have a middleware applied that enforces JSON responses rather than all of these attempts to handle various different scenarios.
@NotBoire Thanks for the heads up. Paging @anandkunal as he set the website up…
As this is a breaking change, I propose this be merged in a v3 of Toro. Thoughts, @anandkunal?
What makes this method better? You’re just checking if the accepted `Content-Type` is `application/json`. Although JSON is a popular choice for AJAX requests, they’re not mutually exclusive.
If frameworks like Angular are no longer sending an `X-Requested-With` HTTP header, then it makes sense to accompany that. I’m not sure about just checking the `Content-Type` as if say,...
@cleptric I’m happy to create the code and PR for this if you would like?
@cleptric Why would Sentry need an event _before_ a feature is retrieved? Would you not want to add a breadcrumb _after_ a feature and its value has been resolved?
@Ingramz Understandable. But my argument re: PSR-2 is that Blade directives aren’t _really_ PHP, so doesn’t really need to adhere to that standard. I’d definitely be interested in a configuration...
> This worked on Mac OS Big Sur - 11.0 as well > `sudo "/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh" restart` Doesn’t for me. I run that and get this: ``` Unloading VBoxUSB.kext Executing:...