Mahdi Jaberzadeh Ansari

Results 11 issues of Mahdi Jaberzadeh Ansari

1. install Chrome and Firefox on an Android device 2. open the following url [https://g0zsx.csb.app/](https://g0zsx.csb.app/) in Chrome 3. Select a file, you will see the cropping tool that appear 4....

Hello I wrote a website that use PIE 1.0 When I load it in IE8 it workes and show gradient good But When I load it by IE9 it doesn't...

I want to create a query like this: ``` ?$filter=AccountId eq 00000000-0000-0000-0000-000000000001 ``` How can I prevent %27 from passing GUID in my filter?

I hope it is the right repository for asking this question. I have a aws amplify project and defined a REST API `index.js` like this: ```js const awsServerlessExpress = require('aws-serverless-express');...

question

Hi, I want to retrieve all my 35000 messages of one of my contacts. It is possible to send offset in history method but I don't know how to add...

When I use this class with master-details applications if I set the valuestate of one element to error, and then return it back to a None. Then visit another object...

I need to check the value has been provided for a Id, but I cannot define it as mandatory to be able to define auth: ``` categoryId: ID @assert(condition: ".length()...

It seems the login is done by hard coding! 'validate' => function ($username, $password) { return $username == 'admin' && $password == 'admin'; }, While I expect it does the...

help wanted

I cannot find any function in the auth.php for logout, how can I logout after a login?

When I deploy my nodejs server, I see this warning in my CI/CD console: > npm WARN deprecated [email protected]: The expression-eval npm package is no longer maintained. The package was...

question