In summary, I have just installed the newly released discord.py version 2.0 done by Rapptz on GitHub for my discord bot. After I settled everything and tried to
I am creating an Excel file using Open XML SDK. In this process, I have a scenario like below. I need to add data into a Dictionary<uint, string> if key i
In order to save grid configurations and some simple settings, I use localStorage. It works on many browsers except on Google Chrome. By the way, it doesn't wor
I got a html page like this <li class="class1 class2"></li> but I try to find this selector by using response.xpath('//li[@class="class1 class2"]')
I Dockerkized a MENN(Nextjs) stack App, now everything works fine. I run into issues when i need to install npm packages. let me first show you the structure sr
Is there a way to get the list of all new/deleted/modified directories/files in local/remote repository w.r.t each other in GIT ?
I have array(['USD/EUR', 'nan'], dtype='<U32') that I want to split so that I get [USD, EUR]. How can this be done? The .split function is not working for me
In local working fine but when i deployed on digital ocean Kubernetes server then showing error. please help....