John Albin Wilkins

Results 52 issues of John Albin Wilkins

Jest tests for `next-drupal` fail when run locally. ### Expected behavior The TESTING.md documentation tells a developer how to run the tests and the local tests run successfully. ### Steps...

bug
area: next-drupal
tooling

When running `yarn install`, multiple warnings are output: ```sh warning "workspace-aggregator-b7e83f58-0fa7-4588-9a84-10c2ecf3af6e > next-drupal-query > [email protected]" has unmet peer dependency "react@^18.2.0". warning "workspace-aggregator-b7e83f58-0fa7-4588-9a84-10c2ecf3af6e > next-drupal-query > [email protected]" has unmet peer dependency...

tooling

I'm currently seeing the following when running many `yarn` commands: **warning** `Missing version in workspace at "/Users/johnalbin/Sites/projects/next-drupal/modules/next", ignoring` Unfortunately, this warning is output ALL THE TIME. For example: * When...

tooling

According to CONTRIBUTING.md: ``` We use [Yarn](https://yarnpkg.com) and `yarn workspaces` for development. ``` When Yarn v1 came out in 2016, it was much faster than npm. But npm, pnpm and...

tooling

PR #2288 has a discussion about comments in `.nvmrc` and I'm moving this to a proper issue so it doesn't get buried in the opinions about the code in that...

Equal column grid systems are the norm. But they are not the only way to create a grid system. [Mark Boulton reminds us](http://twitter.com/#!/markboulton/status/172263476302053376) that: > The fundamental problem with ALL...

feature request

Now that Microsoft has dropped support for IE8 and earlier, the support for CSS' calc() looks pretty good. http://caniuse.com/#feat=calc This means we could theoretically add support for responsive layouts with...

feature request

See https://github.com/at-import/Singularity/pull/205

feature request
task

**Do you want to request a *feature* or report a *bug*?** `CSSTransition` bug using react-transition-group 2.4.0. **What is the current behavior?** The enter transition fails to run, if: * using...

### Package containing the bug next-drupal (NPM package) ### Describe the bug If multiple jest files are run, the code coverage of previously-run tests can be reset during the Jest...

bug
area: next-drupal
tooling