Devin Rhode
Devin Rhode
HOT DAMN! PNPM HAS BEEN SUPPORTING package.json5 THIS WHOLE TIME??? "Where have I been living" -patrick star
Update the code to fail the push if the ftp upload fails: Will error with this when you `git push`: ``` fatal: Could not get last commit. Network down? Wrong...
It's really confusing that there's still tests that are importing utils/tree-node.. https://github.com/Addepar/ember-table/blob/master/tests/helpers/tree-generator.js
Even using the trackPage function doesn't work: ``` js metrics.trackPage({ page: '/sent2messenger', title: 'sent2messenger', hitCallback: exitToMessenger }) ```
Also I think it'd be good to take whatever my solution ends up being and add it to an #Extra Examples section around the bottom of the readme (figuring out...
fix pending merge here: https://github.com/poteto/ember-metrics/pull/103
yarn 2 could be easily detected by just checking for the presence of some yarn 2 files and/or directories. Maybe also `yarn -v` would work too.
Checking `yarn -v` without a doubt is the most robust way If we don't want to do that, next best thing is to ask: "How does yarn cli determine if...
Great opportunity for a recently laid off designer to show off their skills we could all tweet out this thread if you want @frontsideair
How does pnp eliminate the need for this tool? If you git pull and a new dependency doesn't exist on a local machine, will pnp just install it at the...