Results 11 issues of Basit

How can we generate token?

### The Problem on componentDidMount I want to fetch url parms and overwrite form values. I'm using dispatch with action.merge and I have even tried other methods like action.change and...

Is there a way to get the distance duration like https://developers.google.com/maps/documentation/distance-matrix/intro?hl=en ``` json "duration": { "value": 24487, "text": "6 hours 48 minutes" } ```

feature

I have asset validation on the entity type as following ``` @AssertPhoneNumber(type="mobile", defaultRegion="GB", groups={"settingsProfile"}) ``` This works prefectly. Now I want to override this validation on different form. I want...

Salaam brother, If this work, I'm willing to provide free hosting for all the data to be sliced and host on it, so people can download it and then they...

I want to clean previous latitude and longitude, once user start hitting keys. at the moment when I do `$scope.watch` on the map input box, it will only trigger if...

I want to support search engines to get the images from the site, but using `ng-gallery` will prevent me doing so. So I want to implement normal loop of images...

enhancement

Angular2 is here and was wondering, if you have support for angular2 in near future?

Following the google [hello world](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-php-service) example, the PHP code works smoothly instantly. However, if we use a similar version of PHP webdevops image "webdevops/php-apache:8.0" or any other version, on the...

I wanted to extend the sender object to overwrite existing methods to match with our business specs.But I can't do, because lots of methods and properties are private. can you...

enhancement