Travis Fischer

Results 663 comments of Travis Fischer

@itaisteinherz I believe most of these issues are because of https://github.com/remarkjs/remark/issues/198. Specifically, remark incorrectly parses the sub-lists as part of the main list-item's description and the description is then considered...

@itaisteinherz Your thought process sounds very reasonable. Two thoughts: 1) I would recommend that we resolve #39 before adding any new functionality to `awesome-lint`. My guess is that there'll be...

I really appreciate you helping out with this @itaisteinherz. Your logic makes sense. I just wasn't sure without manually testing whether inline code snippets contained text nodes as children in...

> There are a lot of words and terms we could spell-check, and so I think we should decide on some guidelines as to which words we spell-check and which...

The immediate goal as far as I can tell would then be to integrate `awesome-lint` into PRs on the [awesome repo](https://github.com/sindresorhus/awesome#readme), as well as updating the [awesome list requirements](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md#requirements-for-your-awesome-list) to...

@itaisteinherz I think there are a few misunderstandings, so let me try to clear them up :) > First of all, #2 seems like a much more efficient method than...

> what you meant is that we'll add an option to awesome-lint to lint a main list (i.e. lists of awesome lists) instead of an awesome list, right? That's definitely...

@sindresorhus friendly ping 😄 😄 😄

PRs welcome 😄 It shouldn't be too hard to add as this is a UI only change.

The web audio api offers access to the underlying waveform data as it's coming in which you could use to power an equalizer-type visualization via FFT. There are examples online...