Is it possible to skip a task in celery chain, let's say I have the task chained like below chain(task1.si(), task2.si(), task3.si()).apply_async() Here I want
I want to create a real time chat app like whatsapp for android using php and ratchet websocket. Every tutorial shows how to use it with group chat (as below co
Could someone help how can I add a column with row number based on the question no criteria: question ID starts in 1 and ends in 54. criteria is: if question no
I'm currently using ShellFolder.getShellFolder() to determine if a particular path is on a local drive (directly connected to Windows machine) or a remote drive
I Try to convert Following Ada Code Package with ada2wsdl package Bank is type Money is new Float; -- works type Money is delta 0.01 digits 15; -- don
I am testing my laravel app, I am checking it with code coverage, so, everything is working fine except this line: <?php namespace App\Mail; use App\Models
When I try to start XAMPP - MySql it doesn't work. I've already tried to fix it, but I couldn't find any actual solution, I hope you can find what's wrong with
Hi so I'm creating this Image Upload feature but I'm stuck with the logic of creating a function for the dynamically added call to action buttons. So I have thi