Adrian

Results 16 comments of Adrian

L9 also requires [PHP 8+](https://github.com/laravel/framework/blob/9.x/composer.json#L18) (ditto for components, e.g. [database](https://github.com/illuminate/database/blob/9.x/composer.json#L18)) where's we [require 7.3+](https://github.com/arkaitzgarro/elastic-apm-laravel/blob/master/composer.json#L17), so we'd need to bump PHP requirement along with all else.

This would be great. Even a button somewhere to "Refresh" the connection (similar to table view) would help a lot.

`tests/unit/Collectors/JobCollectorTest.php:testJobProcessingListenerIgnored` is failing and looks like it might need some looking into.

Does anyone know if there's a roadmap for PHP updates in the future? [Not for end of support](https://docs.aws.amazon.com/linux/al2023/release-notes/support-info-by-support-statement.html), but rather for when to expect new versions dropping, so that we...

> You need to have your own relationship between user and team This package does not provide you with that part, you must implement it Fair enough, just that `Users::permission()`...

I took that and made it just show the macro state in the b section: ``` { 'macro', fmt = function() local reg = vim.fn.reg_recording() if reg ~= "" then...