Stephen Mathieson
Stephen Mathieson
`clib` is suggesting I upgrade from v2.8.0 to v2.7.0. This seems backwards. ``` $ clib -V info : You are using clib 2.8.0, a new version is avalable. You can...
If both `user/foo.c` and `user/bar.c` depend on `user/qax.c`, qax.c will be install twice. we can avoid this by checking if `./qax/package.json` exists
We need dox for the following: - package.json grammar (dependencies, makefile, etc.) - "publishing" a package - requesting membership to the org
this is just my ocd, but imo the latter looks much nicer: ``` js app.use(route.get('/foo', compose([ middleware1, middleware2, routeHandler ]))) ``` vs ``` js app.use(route.get('/foo', compose(middleware1, middleware2, routeHandler))) ``` would...
Product: react Expectation: React v18 support and docs Actual: n/a Motivation: Upgrading an app to use React 18 and want to continue using `@axe-core/react`
`@axe-core/react` is not compatible with [React's Strict Mode](https://reactjs.org/docs/strict-mode.html). Wrapping an application with `` while using `@axe-core/react` produces _tons_ of errors about its usage of `findDOMNode`. It would be great if...
See comments on https://github.com/dequelabs/axe-core-npm/pull/191#pullrequestreview-580919005
Not sure why 56deac2c3c3fe0d33d33813715dfee5f02039a97 happened, but it broke the makefile: ``` stephen@sm:~/repos/commander$ uname -a Linux sm 3.2.0-32-virtual #51-Ubuntu SMP Wed Sep 26 21:53:42 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux stephen@sm:~/repos/commander$...