Luccas Maso
Luccas Maso
Hi, sorry about long time since I've posted this. > `.gemspec` is for requirements, not freezing versions; you may have a relaxed spec for `rest-client` in your `.gemspec` (e.g., `~>...
Hi. I'm having this same problem. But I actually did not understand where to place `class Bundler::Dsl` `component` function to be accessible inside the root Gemfile. I've tried placing inside...
Or maybe flutter could have an option to register callbacks when a hot-restart occurs. Then your app code could gracefully end the current connection when this signal is sent. This...
@PsychoXIVI Did you find out if `getActiveConnections` is possible?
Same here as all of you. Also cannot catch any exceptions
Hi @veekram I saw your question here at same time that was making a customisation for my project. If it helps, I will share how I'm doing: Instead of copying...
Forget about doing credit card validations with this library. Use it only for generating the `cardHash`. Add any other library layer before that better validates credit cards, such as https://github.com/braintree/card-validator
Thanks for the fixes! I just didn't quite understand what is the complication to validade `4242424242______` or `424242` to return false. It is still a problem for me if a...
Actually I realize a simpler solution for my case, and created own directive. The regex is kind of different and more like the facebook one's ``` appDirectives.directive('linkify', ['$timeout', function($timeout){ return...