Ivor

Results 10 issues of Ivor

## Breaking changes - Replaces dirPath config from metadata directory with the root config directory: instead of `dirPath: join(process.cwd(), 'hasura/metadata')`, should be `dirPath: join(process.cwd(), 'hasura')` ### New Features - This...

### Which problem is this feature request solving? I think `env:import` is terribly confusing and very prone to errors, and I understand this might be too much to ask, however...

type: feature

# Issue summary As per @paulomarg's comments in https://github.com/Shopify/shopify-app-node/issues/575 and https://github.com/Shopify/koa-shopify-auth/issues/71, this check is not necessary since it only makes sense for offline tokens. It's not ideal from a performance...

Change color of progress-bar to green (or any other color) when progress is 100%

phpcs and WordPress Coding Standards are installed and running in `/MAMP/bin/php/phpx.x.x/bin/` but VIP Scanner doesn't detect phpcs. ``` text PHP CodeSniffer not available PHP CodeSniffer (phpcs) is not available on...

1. According to `package.json` the site should be started with `yarn workspace site develop` instead of `yarn workspace starter develop` 2. If someone wants to use this Gatsby theme with...

Hey Michael, >The important distinctions are that launchWebAuthFlow() doesn't require the browser to be logged into Google the way the chrome.identity.getAuthToken() — https://stackoverflow.com/a/38407040/4932334 How do you get a new token...

Can't get my head around this: ``` $($el).on('shown.offcanvas', function() { $('.offcanvas-outer').on('click', function() { $el.offcanvas('hide'); }); }); ``` Once hidden the trigger doesn't work correctly.

`The basic setup that has been describe` should be `The basic setup that has been described`.

Run: `npx puppeteer-heap-snapshot query -f './heap.heapsnapshot' -p full_name --debug` and got: ```txt TypeError: Cannot read properties of undefined (reading 'graph') at compileGraphNodeObject (/usr/local/lib/node_modules/puppeteer-heap-snapshot/dist/cjs/src/build-object.js:88:11) at /usr/local/lib/node_modules/puppeteer-heap-snapshot/dist/cjs/src/build-object.js:68:79 at Array.reduce () at compileGraphNodeObject...