Simone Primarosa

Results 76 comments of Simone Primarosa

To overcome to those restrictions I've forked the project and republished with a different API in the [bin-manager](https://github.com/simonepri/bin-manager) package. Hope this could help someone 😃

@tforward Thank You for the issue!! When I was working on the [map](https://github.com/simonepri/geo-maps/blob/master/info/countries-maritime.md) some months ago I've noticed these two holes of land: ![image](https://user-images.githubusercontent.com/3505087/33780300-96e814d8-dc50-11e7-896e-c51a92373583.png) ![image](https://user-images.githubusercontent.com/3505087/33780351-ba46476a-dc50-11e7-8582-959d9780bc31.png) but I was unable to...

I think it would be really interesting to list all these "weird boarders" in the Readme. We should also include all the disputed countries as a reference. Are you interested...

I agree with @tiriana and @Dr1Ku we want to see this PR merged

@ab1303 @mlemainque This gives to me "element.blur is not a function" (I'm not using jQuery)

This is a working workaround: ``` scope.$on('hidePicker', function () { element.triggerHandler('blur'); $timeout(function() { element[0].blur(); }, 0); }); ``` obviously you should add "$timeout" in the dependencies.

> "I'm happy help :)" Thank you @gavinhenderson !!! > "Also what do we want the behaviour to be if no default is specified?" It should definitely throw an error....

@gavinhenderson Yeah I totally agree, I was just throwing ideas.

@fanybook Thank you for opening the issue! I'll definitely look into this!

@fanybook The point of the issue was that the [bcrypt implementation](https://github.com/simonepri/phc-bcrypt) should support the `$2y` identifier instead of only `$2a` and `$2b` or I misunderstood? Thanks!