Martin Meredith
Martin Meredith
- [x] I've checked the issue queue and could not find anything similar to my bug. - [x] I'm on the latest version of valet-plus (`valet --version`): `1.0.29-9-g2705275` - [x]...
**Describe the bug** When trying to authenticate with an OIDC provider that utilizes https://datatracker.ietf.org/doc/html/rfc7523 (JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants) - it is...
Latest composer package (https://getcomposer.org/composer.phar) as used - currently downloads 2.0.0 alpha. This would be best switched to https://getcomposer.org/composer-stable.phar - so as to get the latest stable version.
Closes: #4
### Describe the bug When attempting to use create-react-app with yarn 3, running the scripts returns the following error ``` Error: [BABEL] src/index.tsx: babel-preset-react-app tried to access @babel/plugin-proposal-private-property-in-object, but it...
Add the ability to include plugins on the job themselves. This currently only implements the `beforePerform`/`afterPerform`/`aroundPerform` plugins
I'm experimenting with using masscanned, and we've had an abuse report come through as it was detected that we are "associated with an ongoing malware attack" It would probably be...
The following script causes zeek to core dump ```zeek const session_timeout = 60secs; # Adjust X seconds as needed global sessions: table[string] of string &default_insert=function(a: string): string { return unique_id("S");...