Adam Parker

Results 9 comments of Adam Parker

A couple of things we've tried recently with Horizon: In AppServiceProvider@boot: ```php /** @psalm-suppress UndefinedFunction */ \DDTrace\trace_method( \Illuminate\Queue\Jobs\Job::class, 'fire', /** @psalm-suppress UndefinedClass */ function (\DDTrace\SpanData $spanData, $args, $retval) { $spanData->type...

Hey @jeremiahsherrill, that doesn't seem like it's a problem directly with the package I would say? I can try and replicate myself when I have some time, but did you...

It sounds like it's cached in something like `autoload_classmap` or `autoload_static` potentially (you can find these files in `vendor/composer` typically).

Hello @ikramooe, what version of Nova and what version of the package are you using?

@williamgalas-cp Thanks for contributing! I can definitely see the value here I think but it might not be true that all users of the package would want the content sanitized...

@chrillep Interesting idea! If we did add this it would have to be disabled by default I think since sending notifications requires additional configuration outside what this package should be...

@anditsung It is still active, sorry about the delays in responding. We've recently updated the package to support Laravel Nova v4 thanks to another contributor. @cja-github I have replicated this...

There aren't any plans currently for this feature, but definitely open to the idea if someone wanted to submit a PR. I'd be curious how we'd manage the files, it...

Hey @jsmit99, I agree it would be nice if we had that but it would either need to be custom-built or we'd need to pull in some auto-complete textarea Vue...