B L Praveen

Results 28 issues of B L Praveen

I need an example to create a content slider like here http://www.webresourcesdepot.com/featured-content-slider-with-jquery-ui/ using jquery cycle

Faker Provider to Events Model is it possible to add

Hi When uploading png image and generate `.generateDataUrl('image/png');` Image quality is lost. It turns white transaparent background to Black Image

Can pan be restricted to only image visible?

### Laravel version Laravel 9 ### PHP version Php version 8 ### Voyager version 1.4.3 ### Description of problem I have customer roles and permission like admin, organizer and customer....

feature

### Laravel version 8 ### PHP version 7.4 ### Voyager version 1.4.3 ### Database Mysql 8 ### Description In admin Model required form fields should have astrick (*) Mark. Currently...

possible bug

When I run `yarn run initialize` I get error message `error Command "initialize" not found.`

When Zoomin to minimum scale align the image to center by default. is it possible Using Vue2 js ```javascript panCheck(panzoomInstance,id){ if(panzoomInstance){ panzoomInstance.on('zoomend', function(e){ if(panzoomInstance.getMaxZoom() === 1){ panzoomInstance.setTransformOrigin({x: 0.5, y: 0.5});...

Please help. I installed docker and cloned the youtube-stat. when I run I get this error in the image ![image](https://user-images.githubusercontent.com/3274289/105607267-cdf01000-5dc3-11eb-8b4c-82de8f6c908f.png)

Redirects 404 page. ```python @app.route('/github') def github_login(): if not github.authorized: return redirect(url_for('github.login')) account_info = github.get('/user') if account_info.ok: account_info_json = account_info.json() return 'Your Github name is {}'.format(account_info_json['login']) return 'Request failed!' ```