Michael Hulse
Michael Hulse
```js NextStep: function() { $( '.stepDetails:visible' ).find( options.nextBtnClass ).click(); }, PreviousStep: function() { $( '.stepDetails:visible' ).find( options.prevBtnClass ).click(); } ``` I don't have time at this moment to do a...
Thoughts on having the markup for button navigation be in HTML template or as a template string? At a minimum, maybe have an option for the parent for the buttons...
Hello, Thanks for this awesome plugin (I'm using `0.9.0`, Django `1.7.4` and Python `3.4.x`). Not sure if this is a feature or if I have things not fully setup/functional, but...
Hello, Thank you so much for sharing code! I really appreciate it!!! I have yet to find a carousel that is as simple and light weight as your code is....
Hello, From the README: > ``` js > smartcrop.crop(image, {width: 100, height: 100}).then(function(result){ > console.log(result); > }); > ``` > > Output: > > ``` js > {topCrop: {x: 300,...
Hello, Just curious if there is a user forum or group/listserv for Jobskee? Is their a Jobskee community of users? I'd love to touch bases with others who use this...
Related to #1: ``` extract-streetview current -o myStreet.png RetiredVersion: https://developers.google.com/maps/documentation/javascript/error-messages ``` It still works, just get that `RetiredVersion` message. Node v5.9.1
Just curious if there's something I'm doing wrong here: ``` bash extract-streetview --output image.png --zoom max Error: could not find street view at: [ NaN ] at handleResponse (/usr/local/lib/node_modules/extract-streetview/node_modules/google-panorama-by-location/browser.js:52:10) at...
Thanks for sharing this code! Any thoughts or plans on adding spouses?
```bash $ npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for...