James King

Results 38 issues of James King

Hi, I have a route which accepts `PUT` only which I'd like to call in my Cypress test but it doesn't seem to work when I use `cy.visit()`: ```` cy.visit({...

When I run Cypress inside of PHPStorm to run all tests inside of a directory, I get: ``` /usr/bin/env: ‘node’: No such file or directory ``` Node is definitely present,...

https://github.com/tclindner/sentry-releases-action/issues/48#issuecomment-602930396 This comment says its better to use `github.sha` rather than `github.ref` so we should really tell people to start with that in the Readme.

## Ability to swap out actions/cache for the faster alternative buildjet/cache ## Background/problem GitHub Actions cache has a number of issues surrounding performance when used on self-hosted runners. GitHub has...

enhancement

- Update our tests to run on PHP 8.2 - Fix anything broken in PHP 8.2

enhancement

[hash_file](https://www.php.net/manual/en/function.hash-file.php) can return `string` or `false`. It would be nice if we had a safer version of this function which would throw an exception if it returned `false`.

## Background/problem GitHub Actions cache has a number of issues surrounding performance when used on self-hosted runners. GitHub has failed to address this on numerous occassions so BuildJet created their...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. This is because of jQuery Migrate...

### Scribe version 4.24.0 ### PHP version 8.2 ### Framework Laravel ### Framework version 10.15.0 ### Scribe config ```ruby title => "API Documentation" base_url => "http://localhost" type => "laravel" laravel.docs_url...

bug
help wanted

### Scribe version 4.2.2.0 ### PHP version 8.2.8 ### Framework Laravel ### Framework version 10.15.0 ### Scribe config ```ruby title => "" base_url => "https://mysite.com/api" type => "laravel" laravel.docs_url =>...

bug