I try to use an undocumented API while developing a windows kernel driver. Please don't tell me this is not the best thing to do ;) Anyway, the undocumented API
i have an api which receives data from a source and send them to telegram bot. i receive data in bulk from my source and will send them to telegram bot with tha
I'm trying to get dump of my database: mysqldump myDatabase > myDatabase.sql but I'm getting this error: mysqldump: Got error: 1146: Table 'myDatabase.ta
Is there a way to get the number of rows affected as a result of executing session.bulk_insert_mappings() and session.bulk_update_mappings()? I have seen th
I'm implementing external payment gateway in PrestaShop 1.7. But the payment screen amount does not update or matches the cart value in total. It keeps on showi
I am currently trying to learn Navigation 2.0 in conjunction with BLoC. I've followed the raywenderlich's guide [1] successfully (it's a bit outdated) and i tri
I read a lot about embedding in MongoDB, but still I don't know when to use it. I thought of some scenarios: I have A collection named UserGroups with these
Why is it that assigning a DOM element to the global variable "name" doesn't work ?
I wrote a little algorithm that uses the Trapezium Rule to find an estimation for area under the curve between two points, but it doesn’t run the absolute
When I create a tool in Laravel Nova with php artisan nova:tool drehimself/test-tool And then add in NovaServiceProvider.php in the function tools, should appe