Ryan Christian

Results 89 issues of Ryan Christian

Currently the "Email" and "New Password" fields are required by the API when they should not be. The user is unable to update say their username without also providing their...

Status: Approved
v2 changelog

@mutoe Sorry, need to ping you for this. GitHub pages as a host has a few issues (SPA routing, public path for assets, etc) and I think we should maybe...

Right now they're quite verbose (my doing). I was trying to standardize a few of the existing ones that were doing their own thing as well as split them up...

One exists [here](https://github.com/mutoe/preact-realworld-example-app/tree/refactor/test-suite) but it's currently somewhat trapped due to the amount of awkwardness around Jest, ESM, some of the babel transforms needed, and half of the deps being CJS...

Good intermediate step for what already existed, but it has a few ESM related problems as well as some odd data sync stuff. In addition, it does force usage of...

**What kind of change does this PR introduce?** Refactor **Did you add tests for your changes?** Adjusted one, yes. Larger test changes were extracted to #1738 because this diff was...

**Summary** Closes #1551, #1579, #1643 Tracking for eventual major version increase Any review should probably been done by stepping through individual PRs that have been merged in. A lot of...

**What kind of change does this PR introduce?** chores **Did you add tests for your changes?** Existing cover **Summary** Just cleaning up some things that have been on my mind...

### Discussed in https://github.com/preactjs/preact-cli/discussions/1610 It's pretty common in some other build tools to have a `public/` directory from where assets are copied. We could do with replicating this behavior (even...

docs

**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behaviour?** Currently Webpack-Dev-Server will not necessarily use the correct port when making requests to...