Chris Calo

Results 23 issues of Chris Calo

I'd like to be able to type Markdown into a `` component with indentation that matches the surrounding markup, like this: ``` html # Heading Some text followed by a...

Can save people a step if their input is a string representation of a number

I can't install this extension in Chrome for Mac v23.0.1271.97. It says "Apps, extensions, and user scripts cannot be added from this site." It sounds like this is a [new...

**Is your feature request related to a problem? Please describe.** It's at times useful to have multiple action functions run in succession. This makes it easier to keep things DRY...

feature

**Describe the bug** Option with default value and `global: true` doesn't work. **To Reproduce** Steps to reproduce the behavior: ```js #!/usr/bin/env node const { program } = require("@caporal/core"); program.option("--env", "Set...

### Steps to reproduce: 1. Clone [chriscalo/express-http-proxy-bug](https://github.com/chriscalo/express-http-proxy-bug) and peek at [`start.js`](https://github.com/chriscalo/express-http-proxy-bug/blob/main/start.js) to see that it's proxying to two APIs running in separate processes. 2. Install and run with `npm i...

closed in main line

Is Vue 3 support planned (or even desired)? The Vue 3 API is now stable, so no major changes are expected. The community is pretty excited for the improvements in...

### Version [v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19) ### Reproduction link [https://github.com/chriscalo/nuxt-apollo-polling](https://github.com/chriscalo/nuxt-apollo-polling) ### Steps to reproduce 1. Create Nuxt app (`yarn create nuxt-app nuxt-apollo-polling`) 2. Add `@nuxtjs/apollo` and create basic graphql server 3. Add graphql...

cmty:bug-report