Rob Tarr

Results 8 comments of Rob Tarr

+1 I'm having the exact same problem.

Commenting out line 55 of `gulp-webserver/node_modules/serve-static/node_modules/send/node_modules/etag/index.js` fixed the problem for me, but I'm not entirely sure of the implications. Line 31 states that the entity can be `string|Buffer|Stats`, (it is...

`mediaCheck` is supposed to be `deprecated` in favor of `mediacheck` due to a change in the naming policies of npm. I submitted a request to see if they will remove...

I have a fixed position button with a click handler. I tried Pamela's solution but it didn't work in this case.

My understanding is that using NEAT, you are not supposed to train the network first. I have thought about it, but I'm not sure what that looks like with the...

Are you open to accepting pull requests for this issue?

Can you give an example? There is an option (appendTo) to attach the select box to another element. It's possible that if you attach it to another element, it would...