Chris Thoburn

Results 328 issues of Chris Thoburn

in v1 if a sortable-item specified a selector for the dragElement, and no such element existed, the item would be unsortable. in v3 these items become sortable by dragging the...

good first issue

tests will fail in unpredictable patterns, and this is somewhat hidden by CI timing out. Obervable in #381 where a readme change leads to failures.

mostly to check why tests are hanging/failing

documentation

Post all of our awesome refactoring, the visualizer and CSS debugger are largely broken. I figure this is a good time to revisit them and want to lay out a...

good first issue
1.0

Currently it uses the folder name instead of the package name, these are typically not the same.

This prevents needing to have unique volta configs or re-exports in every package.json file, as long as the package.json file is correctly using the spec for specifying respository volta can...

Currently the docs don't have anything on the preferred way to update the version. I'm assuming re-running the curl command is the preferred way, though it's not clear if this...

Was surprised to find that setting this to warn still results in auto fix, unfortunately that makes this library unusable when a disable directive is being used for an autogenerated...

disabling eslint-comments/no-unused-disable for the next line fails because it reports itself as its own failure. Autofix would result in removing the disable directive and the next line's disable directive as...

When using `Reflect` in the handler for a `Proxy`, one might choose to use a `receiver`. Most commonly this happens **by default** when using rest params. For instance, take the...

enhancement
New Rule