James Titcumb

Results 76 issues of James Titcumb

Currently the path to the repo is hardcoded to `getcwd()`. Fix this proper-like (default to `getcwd()` but allow specifying `--repository` or something

enhancement

Some feedback from some experiments we tried...We've done this, but it has to be a very limited context. No more three people, but the same principles apply and work. RealtimeBoard.com...

### Bug Report | Q | A |------------ | ------ | Version(s) | 1.0.0 #### Summary This is a known limitation currently.

Bug

After some discussion with @nikic on https://github.com/phpDocumentor/TypeResolver/pull/9/files#r34962566 it looks like `ContextFactory::getNamespaceAliases()` doesn't cope with multiple imports with the same aliased name. For example: ``` php namespace Foo; use Foo\X; class...

in discussion

Would be even more useful if when running it can auto fix mismatches :)

enhancement

### Summary of problem or feature request Elasticsearch PHP client claims it is compatible with PHP 8.2: https://github.com/elastic/elasticsearch-php/blob/1890f9d7fde076b5a3ddcf579a802af05b2e781b/composer.json#L19 When installing `elasticsearch/elasticsearch:^7.0` running PHP 8.2.0RC2 and making some requests, I get...

A friend of mine @liam-wiltshire was asking around for Laravel-focused APMs. I suggested they try out Scout, but they are on an older version of Laravel than we support out...

enhancement
nice to have

Currently `roave-backwards-compatibility-check` runs always, but because the script wrapper we have, which swallows errors (which is a problem in itself), we don't notice when `github.base_ref` is not set. Example: https://github.com/scoutapp/scout-apm-php/actions/runs/3461969241/jobs/5780869417...

bug

`\Scoutapm\Events\Request\Request::controllerOrJobName` currently only looks at the top level spans. So if you have: ``` Request - Span: Middleware/all - Span: Controller/something - TagRequest - TagRequest ``` The controller name would...

bug

``` Check SCOUT_APM_KEY secret The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ``` We use the `set-output`...

enhancement