I'm trying to find accounts with a "extra-storage" premium package for a particular user in my Azure CosmosDb database. Here's what my Account object looks like
When I run the code, there is an error of : attributeerror: 'nonetype' object has no attribute 'encode'. How can I assign the encode attribute to the variable?
I want to use a custom date and time picker in my code for that i created a seperate package and put all the date and time picker classes there. The code is ru
I want to add the product link in the Processing Order email which User receives when order. When an order is placed an Order Email sent, I want to get the prod
Please see below the original code: //@version=5 //Original Script > @DonovanWall // Actual Version > @guikroth /////////////////////////////////////
it triggered ADF pipeline sucessfully with correct @triggerBody().folderPath and @triggerBody().fileName, however the pipelines always fail in the beginning ( t
I am trying to print a list of every combination of a certain set of characters, I am using Product from itertools to do that. I have code that works for the pr
I Have coded an HTML email signature for outlook, it loads alright in my Compose window, but once sent, images won't load on recipient mail. I've been strugggli
I was able to connect to the EC2 instance through TigerVNC, but when running python applications that have Tkinter I get the following error: Tkinter: no displa
I am currently working on a task of brain MRI segmentation on BraTS Dataset where, a web portal is created to take a volume of images as a input and then simila