Callum Macrae

Results 34 issues of Callum Macrae

I have the following line in my .bash_profile: ``` source ~/.nvm/v0.10.28/lib/node_modules/npm/lib/utils/completion.sh ``` That seems kind of fragile. Is there a better way, or could a better way be written?

feature requests

hey! excited to use this module :) ``` /Users/callumacrae/.nvm/versions/node/v16.13.1/lib/node_modules/suppress-eslint-errors/bin/index.js:11 const chalk = require('chalk'); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/callumacrae/.nvm/versions/node/v16.13.1/lib/node_modules/suppress-eslint-errors/node_modules/chalk/source/index.js from /Users /callumacrae/.nvm/versions/node/v16.13.1/lib/node_modules/suppress-eslint-errors/bin/index.js not supported. Instead change the require...

Hi, I'm using Chrome for OS X, and when I log into my account during installation I get the following error: "We are sorry, but you do not have access...

How do I actually install this? I'm not great at vim, and the usual stuff I do with pathogen doesn't seem to load the plugin. Sorry for being a noob...

Hey! I'm the maintainer of [find-node-modules](https://github.com/callumacrae/find-node-modules), and commitizen is… pretty much the only project using it as a dependency! I haven't used it myself in years and every time people...

Disclaimer: I don't know if this is a himalaya thing or an IMAP thing - but either way, it would be nice for himalaya to be able to get around...

bug
cli

### Version 2.7.0 ### Reproduction link http://jsfiddle.net/9r6xhqbp/37/ ### Steps to reproduce Add the following to your router: ```js { path: '/view', alias: '/view/*', redirect: '/analytics', }, ``` Navigate to /view/blabla....

bug
contribution welcome
fixed on 4.x

Taking the multiple select example from the docs: http://monterail.github.io/vue-multiselect/#sub-multiple-select Is it possible to have the resulting array contain only the keys, and not the values? E.g. `['Vue.js', 'Sinatra']` instead of...

enhancement
3.0

API is slightly different to rbush (didn't realise it had this when I started), can change if required. Can also change it to just be `new KDBush(data)`, as it can...