kindoflew

Results 12 issues of kindoflew

As of right now, syntax highlighting is broken on GitHub for anything inside ``, ``, and `` tags in `.svelte` files. This started (I believe) with this PR: https://github.com/github/linguist/pull/5963. That...

### A clear and concise description of what the feature is #### Add `onScroll` prop to `Parallax` Add a prop to `Parallax` that takes a function that receives the pixel...

kind: request
type: RFC

This fixes the second half of #45. I set it up as an action: ```svelte ... function resetInterval(node, condition) { function handleReset(event) { pause(); resume(); } if(condition) { node.addEventListener('click', handleReset);...

Resolves #658. This PR adds support for what `esbuild` calls "legal comments" (https://esbuild.github.io/api/#legal-comments). The issue being that `esbuild` strips comments when building, so any `/* istanbul ignore (if | else...

`next_rails` is FastRuby's 2nd most starred project (after Skunk) so it would be nice to have badges in the README like the other projects do. **Before we start...:** - [x]...

enhancement

This adds scroll listeners for aborting the animated scroll. I noticed when using this package that scrolling or clicking during animation didn't do anything and `onAborting` always ran after `onDone`,...

The syntax highlighting is not working on GitHub, both web and mobile, for the `` and `` sections of `.svelte` files. The template section seems to be unaffected and is...

This PR upgrades `compare-versions` to `6.0.0` because this version supports parsing "malformed" version ranges. It still has the same limitations our solution did -- it will still return `"invalid"` for...

### Describe your request We currently only support `npm` and `yarn`. `pnpm` is the new hotness, so we should support it as well. ### Possible Implementation The logic for which...

enhancement
good first issue

### Describe your request Currently, the `json` reporter option always writes to `compat.json` in the directory where the CLI was called. We should add some kind of `--jsonPath` option that...

enhancement
good first issue