Jon Schlinkert

Results 149 issues of Jon Schlinkert

I think we should be more specific with flags, especially since we're planning to add support for project-generators soon. In project generators, users might use minimist directly with flags like...

chore

I've spent quite a bit of time reviewing the code in https://github.com/eemeli/yaml, it's amazing. Very well done @eemeli! If someone wants to do a PR to swap js-yaml for [yaml](https://github.com/eemeli/yaml),...

I just published [tabstops](https://github.com/jonschlinkert/tabstops), the library that will give superpowers to Enquirer's next generation snippet prompts! I'm linking to it here, so that Enquirer users can give feedback, ideas, ask...

_Originally posted by @jondot in https://github.com/enquirer/enquirer/issues/25#issuecomment-437651726_

docs
question
usability

Looks like they've made some great updates on https://github.com/Budibase/handlebars-helpers. Let's get those changes merged in here! FWIW, we're slowly getting caught up on issues and would welcome some help from...

- [ ] resolve or update issues based on latest release - [ ] make a list of helpers that need to be documented - [x] convert examples in docs...

I'm pinning this issue because this question seems to keep coming up, and it's common for people to make assumptions based on a lack of information. **First, what is this...

I'm considering doing a DMCA takedown of markdown-it. tldr; [read this to understand why](https://gist.github.com/jonschlinkert/f5d834d945ec19f05324cf5b8c74f1be). The following explains what this issue is about. I hate the idea of it, and hopefully...

This is more of a reminder to myself, unless someone wants to do a PR. Currently, the parser is more of a lexer/tokenizer that returns a token stream. I can...