Ryan Hayle

Results 56 issues of Ryan Hayle

Currently, `inflection.singularize('focus')` == "focu". Focus should remain singular, and "foci" and "focuses" should probably be added as exceptions for the plural.

A little more info would be helpful...

I'm using ngStorage with Satellizer, and because Satellizer stores a token in localStorage as a plain, unquoted string, I get a parsing error when ngStorage attempts to sync this value....

I just upgraded from 0.5.2 and discovered that the validations no longer work, throwing a `BadMethodCallException: Method Illuminate\Validation\Validator::validateCca2 does not exist.` I discovered that the validator extensions were not being...

Since this package is specifically for Laravel, which it depends on, it shouldn't pull in these redundant packages that duplicate Laravel functionality. It may be minor, but each additional file,...

Links to products on Google's Shopping tab are also obfuscated with tracking information. e.g. `https://www.googleadservices.com/pagead/aclk?sa=L&ai=CIvn-MyCgWpSgFpWmkwOlxKRw-vGnuU3IkcT7owXW55aM8ggICRABINbOzx4oBWDJtuCJlKSYE6AByJmAzAPIAQeqBDdP0K_rGoUxqpjzG-1AwkM1hi3OccitH0chphW7VM540-IvJXSeg5ovym4tn4ggiRcBkJmrkceTwATR-br2ogHABQWgBiaAB4zZhmeQBwOoB6a-G9gHAcAIAeAS-N3EkfGR1oupAQ&ctype=5&ved=0ahUKEwjrldya3drZAhVW9mMKHRRrCkQQ2ikINA&dblrd=1&val=GgjSSJxdBl2eXCABKAAwqJmeqM6Did5IOKK9zdAFQLPAgNUF&sig=AOD64_2cxOcuuUW_GP2IjEwfT2aD8xOlkg&adurl=http://6005.xg4ken.com/trk/v1%3Fprof%3D419%26camp%3D445970%26affcode%3Dpg9460089%26kct%3Dgoogle%26kchid%3D2909601423%26cid%3D187959244249%26networkType%3Dsearch%26kdv%3Dc%26kpid%3D354287a060484d8480d399a5145d57cb%26kmc%3D103470198%26criteriaid%3Dpla-305505088470%26adgroupid%3D43734973649%26campaignid%3D785706707%26locphy%3D9019656%26adpos%3D1o1%26url%3Dhttps://apiservices.krxd.net/click_tracker/track%3Fkxconfid%3Dsbrwlmiha%26kxcampaignid%3D785706707%26kxplacementid%3D43734973649%26kxadid%3D187959244249%26kxcreativeid%3Dpla-305505088470%26clk%3Dhttps://jet.com/product/detail/354287a060484d8480d399a5145d57cb%3Fjcmp%3Dpla:ggl:nj_dur_gen_electronics_a1:electronics_office_electronics_telephones_a1:na:PLA_785706707_43734973649_pla-305505088470_c:na:na:na:2PLA15%26code%3DPLA15%26pid%3Dkenshoo_int%26c%3D785706707%26is_retargeting%3Dtrue%26clickid%3D_kenshoo_clickid_` This should be shortened to the final decoded url: `https://jet.com/product/detail/354287a060484d8480d399a5145d57cb?jcmp=pla:ggl:nj_dur_gen_electronics_a1:electronics_office_electronics_telephones_a1:na:PLA_785706707_43734973649_pla-305505088470_c:na:na:na:2PLA15&code=PLA15&pid=kenshoo_int&c=785706707&is_retargeting=true&clickid=_kenshoo_clickid_` Or, ideally, simply `https://jet.com/product/detail/354287a060484d8480d399a5145d57cb` (But...

There's currently no way to see which folder an entry is in when using QuickSearch. It would be great if there was an option to exclude items in the Reycle...

I'm very often running gulp-notify on a remote server, almost always in a tmux session. It would be great if this configuration could be detected, and the notification sent with...

I would very much like the ability to diff recursive arrays and display them in a nice HTML side-by-side view. My particular use is in comparing versions of MongoDB records...

I just updated from v0.2.0 to 1.0.6, and after some debugging discovered that the former "isoCode" parameter returned in the location object is now called "iso_code". A minor, but extremely...