Neale Upstone

Results 64 issues of Neale Upstone

In https://github.com/facebook/create-react-app/pull/9205, they switched to InjectManifest, yet at https://github.com/arackaf/customize-cra/blob/master/src/customizers/webpack.js#L64 we have ```javascript export const adjustWorkbox = adjust => config => { config.plugins.forEach(p => { if (p.constructor.name === "GenerateSW") { adjust(p.config);...

When using the height option, the Javascript correctly sets the modal-body style to "overflow:auto; height: 666px", but this rule does not take effect because of the !important in: ``` css...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage

Completions are working rather erratically for me (actually for some weeks, but I've just been ploughing on, until today when I bothered to check the error logs). Here's what's getting...

bug

### Current behavior The output generated on a crash as in this image is misleading users. The line referencing `numTestsKeptInMemory` should not appear when it is ignored for `cypress run`,...

type: enhancement
type: error message

In this code it says that periodEnd should be excluded: https://github.com/ical4j/ical4j/blob/7e1da3ac4e5b3912c738bcffffc1e7448323bbfe/src/main/java/net/fortuna/ical4j/model/Recur.java#L820-L823 Yet if `candidate == periodEnd`, then `candidate.after(periodEnd)` is `false` The expression should be: ``` if (candidate.before(periodStart) || !candidate.before(periodEnd)) {...

When (finally) upgrading to 1.5, it appears there is a notable change in the encoding of request parameters where we use `linkTo(methodOn(..))`. With 1.3, `@RequestParam("with space")` appeared as `?with%20space=value` which...

process: in progress

Hi, I've got a yarn workspace that I've migrated and it appears to work fine until we get to the stage of things getting cached. As far as I can...

After a little digging as to how things run, it's perhaps worth documenting that `maven-settings.xml` needs to match the one that Github Actions installs during `actions/setup-java` ```xml github ${env.GITHUB_ACTOR} ${env.GITHUB_TOKEN}...

When trying to download something that might not exist, and want to fallback to using `if: failure()` on the next step, the following expected result happens: ```RequestError [HttpError]: Not Found...