I upgraded to Catalina last week. I have three major issues with the new version.Screenshots app doesn't workDock is goneSlack notifications don't workScreenshots app doesn't workI ruled down the screenshot issue is due to new permission scheme. But I couldn't find a fix. But I found a workaround. I use screenshots to share with Slack usually, but it might not ...
I upgraded to Catalina last week. I have three major issues with the new version. Screenshots app doesn’t work Dock is gone Slack notifications don’t work Screenshots app doesn’t work I ruled down the screenshot issue is due to new permission scheme. But I couldn’t find a fix. But I found a workaround. I use screenshots to share with Slack ...
I upgraded to Catalina last week. I have three major issues with the new version. Screenshots app doesn’t work Dock is gone Slack notifications don’t work Screenshots app doesn’t work I ruled down the screenshot issue is due to new permission scheme. But I couldn’t find a fix. But I found a workaround. I use screenshots to share with Slack ...
Pidurangala rock offers a panoramic view of Dambulla. Needless to say, local and international travellers flock year-round to enjoy the view.Location: Pidurangala, Sri Lanka
I bought a Xiaomi Redmi Note 7 with MIUI Version: 10.3.5. I was not very happy with the preinstalled apps. So I tried to remove them using “adb”. I accidentally deleted some app I shouldn’t delete. Everything was fine until I restart the device. When I restarted it, it was caught in a boot loop. I had to find a ...
I bought a Xiaomi Redmi Note 7 with MIUI Version: 10.3.5 (https://www.gsmarena.com/xiaomi_redmi_note_7-9513.php). I was not very happy with the preinstalled apps. So I tried to remove them using "adb". I accidentally deleted some app I shouldn't delete. Everything was fine until I restart the device. When I restarted it, it was caught in a boot loop. I had to ...
I bought a Xiaomi Redmi Note 7 with MIUI Version: 10.3.5. I was not very happy with the preinstalled apps. So I tried to remove them using “adb”. I accidentally deleted some app I shouldn’t delete. Everything was fine until I restart the device. When I restarted it, it was caught in a boot loop. I had to find a ...
I ran a few update queries against a MySQL database. Update command said it updated some records. But data didn't seem to be as we expect. Let's say the table looked like below.I ran a query which is similar to below.UPDATE update_test SET age = 30 AND name = 'John' WHERE id = 1;MySQL prompt says that it managed to ...
I ran a few update queries against a MySQL database. Update command said it updated some records. But data didn’t seem to be as we expect. Let’s say the table looked like below. I ran a query which is similar to below. UPDATE update_test SET age = 30 AND name = 'John' WHERE id = 1; MySQL prompt says that ...
I ran a few update queries against a MySQL database. Update command said it updated some records. But data didn’t seem to be as we expect. Let’s say the table looked like below. I ran a query which is similar to below. UPDATE update_test SET age = 30 AND name = 'John' WHERE id = 1; MySQL prompt says that ...
We are living in an age where we would love to experience better predictions. Predictions can come in many ways. The simplest example is the recommendations. Amazon, Netflix and Spotify recommend it all the time. They provide impressive recommendations. Everybody loves when AI/ML makes our lives easier. It can be recognizing faces or showing you the news you want to ...
We are living in an age where we would love to experience better predictions. Predictions can come in many ways. The simplest example is the recommendations. Amazon, Netflix and Spotify recommend it all the time. They provide impressive recommendations. Everybody loves when AI/ML makes our lives easier. It can be recognizing faces or showing you the news you want ...
We are living in an age where we would love to experience better predictions. Predictions can come in many ways. The simplest example is the recommendations. Amazon, Netflix and Spotify recommend it all the time. They provide impressive recommendations. Everybody loves when AI/ML makes our lives easier. It can be recognizing faces or showing you the news you want to ...
If you want to see the current schema you are on. SHOW SEARCH_PATH; Normally you might be on the public schema. But if you want to change the current schema, try below command. SET SEARCH_PATH TO test; test is the name of the schema.
If you want to see the current schema you are on. SHOW SEARCH_PATH; Normally you might be on the public schema. But if you want to change the current schema, try below command. SET SEARCH_PATH TO test; test is the name of the schema.