All the tools i see for this seem to give warnings etc which im not interested in Basically I want the equivalent of a java code compiler to say "This wont run"
I tried to create a minimum viable example for this. What I want to achieve is the following: if json contains post, then make both a and b required in attrs if
My line of code is from torchvision import transforms simple_tranform=transforms.Compose([transforms.Resize((224,224)),tranforms.ToTensor(),transforms.Normaliz
I have a list of dictionaries: my_dicts = [ {'name': 'aaa', 'codename': 'bbbb', 'type': 'cccc', 'website': 'url1'}, {'name': 'aaa2', 'codename': 'bb
I want to select the first web element or any random value from a drop down list. Can anyone please guide me how we can select it with Selenium WebDriver with J
Imagine: <div id="old-parent"> <span>Foo</span> <b>Bar</b> Hello World </div> <div id="new-parent"></d
We are writing a project for schools. We need different subdomains to any school and users should be different. Any email can be registered on different subdoma
I wanted to implement twitter login into my app... so far so good I got it to run but now Im kinda stuck and I don't know whats going on... I wrote a function (