I've set an environment variable to point to a scripts folder where i placed userSetup.py however the script never seems to run. Here is my configuration. follo
Simple question how would you find that all the elements in a nested list are equal to 0 or specific value my code goes like this a = [[0,0,0],[0,0,0]] def ch
How to customize 'Duplicate Lines' shortcut in dbeaver Application? Sometime in application predefined shortcut conflict/overlapping with other shortcut's! To o
I am using PostgreSQL on AWS Aurora Serverless and have created few indexes on the table. So do we need to rebuild those indexes or run any stats after each dat
I have a form of 2 input fields with dropdown options. How can I disable the submit button until and unless both the fields are filled correctly <form method
I read the help read page, but still don't quite make sense. Don't know which option to use. How can I read N lines at a time using Bash?
For some reason I am getting logged out of my app on page refresh , I am using the the following logic and I had to disable the unsubscribe thinking it is causi
I'm playing with session types for rust, and i have a pretty simple function that does that following: fn srv(c: Chan<(), Server>){ let (c, n) = c.rec