Alireza Hatami

Results 10 issues of Alireza Hatami

i try download multi files by .map and {download} function. but sometime save dialog open and try somthing called "download", how can i manage it? ``` downloadQueue.map(source => { DownloadManager.download({...

after fresh installation and test, i try to send msg to channel from php. here is my code ``` $pub = new GripPubControl(array( 'control_uri' => 'http://localhost:7779' )); $pub->publish_http_stream('ws', 'hello there\n');...

need more explaine about "push" function. i cant undrestant this line ``` $pusher->push(['my_data' => 'data'], 'user_notification', ['username' => 'user1']); ``` please review the readme.md

in symfony 4.4 and doctrine 3, neo4j-php-ogm cant install. ``` Problem 1 - graphaware/neo4j-php-ogm 1.0.0-RC9 requires doctrine/common ^2.6 -> satisfiable by doctrine/common[2.10.x-dev, 2.11.x-dev, 2.12.0, 2.12.x-dev, 2.13.0, 2.13.1, 2.13.2, 2.13.3, 2.13.x-dev,...

after first fire, animation not repeat when prop changed. how can i do that?

how can i set my title after data fetched by created() in vue3. my structure is: ``` data () { return { article: null, } }, setup() { const siteData...

i try to install superdesk. after execute `python manage.py app:initialize_data` i got this error `ImportError: No module named superdesk` how can i fix it?

core

after implement the installation, i get this error on my console with ending command: ``` php bin/console doctrine:schema:update --force ``` and get: ``` PDO::__construct(): The server requested authentication method unknown...

i have a form for adding a product to my list. (tags added here) and another form for adding some specification for it. (like color, ...) without use translation, everything...

feedback needed

i try to implement the jquery cookbook but it not help. the steps is too complicated. please help me.