Travis
Travis
I'm using this in a sidekiq job (not the best place for it I realize, in the name of time I'm not daemonizing) The only thing is, is there a...
**Describe the bug** gx opens curl result in browser rather than opening link in browser **To Reproduce** Detailed steps to reproduce the behavior: 1. Run macvim 2. Push `gx` **Expected...
I have a custom `` that doesn't use router-link, but it does use `$router.push()`, is it possible to somehow bind this exact same functionality to something other than a `router-link`?
I have a bunch of code in the `init` callback that I need to run if the person has adblock on (which makes init callback never fire) I can't check...
Hey I am making an issue because I saw a branch and made a comment but I don't know if comments email notify. I'm wondering if you plan to merge...
I'm trying to make a swipe gallery with multiple images: ``` ``` JS: ``` setup() { // TODO dynamically change const screenWidth = ref(375); const anchor = ref(); const {...
I just lost so much time because it seems either this library, or my partners php base62 library is behaving very unexpectedly. This one converts `10008287` to `fzbz` and his...
Hey, this is a really great gem. So first and foremost, thanks so much for that. I have a few simple questions. 1. If I want to use monit to...
## Failing module - **GitHub**: https://github.com/Vuepic/vue-datepicker - **npm**: https://www.npmjs.com/package/@vuepic/vue-datepicker ```js import VueDatePicker from '@vuepic/vue-datepicker'; ``` ## Error message After `onload` I got this: ``` vue.esm-browser.prod.min.js:1 TypeError: Cannot read properties of...
Hey I just found this, and it's exactly what I need but there would be one really awesome addition I think. You have all the rest in place, and I...