Matt Casey

Results 20 comments of Matt Casey
trafficstars

Hi, I am just replying here since you've left the issue open, and I'd like to help. Is there any particular process you prefer? I have never submitted updates to...

any update on this, or is there a work-around? I have the same problem.. using `cache: true` results in never resolving the tracker

This is the code that works for me, replacing https://github.com/weareoutman/clockpicker/blob/gh-pages/src/clockpicker.js#L679: ``` if (this.options.twelvehour) { if (this.input.attr('type') === 'time') { var hoursInMilitary = (this.amOrPm === 'PM') ? this.hours + 12 :...

Hi, I ran into this error on a Next.js app and see the warnings as well. I'm using bangle.dev as a wrapper and have a special component that loads the...

Chiming in because I'm interested in 'fixing' this, but it seems like a considerable breaking change. The document is correct: when set, the prefix option passed to `fastify.register()` and the...

There's a bug in node-spritesheet, that if your output path doesn't exist and begins with ".", then q-fs won't create the directory, in fact it just fails silently, and if...

I solved it for now using a custom formatter. You can also filter out warnings this way: ``` const stylelint = require('stylelint'); gulp.src( sourcePath('styles.scss') ) .pipe(gulpStylelint({ reporters: [ { console:...

Hi, random stranger here looking for a solution.. for now I'm just going to add my own .d.ts file. Here's an idea: let me import based on the types I...

I think having a controller passed in would be interesting. You could control multiple queries, for instance.