Hi I have a config file from another program that I want to manipulate with python. The only thing that needs to be replaced are the numbers from the file. The
I have two fragments, FragmentA and FragmentB, the user can go from FragmentA to FragmentB Let's say FragmentA has a local variable varA. When the user is on Fr
I'm working with a data model stored in XML files. I want to create some metadata for the model and store it alongside, but would like to be able to distinguish
What is the difference between columnNames = {} and columnNames = [] in python? How can i iterate each one? using {% for value in columnNames %} OR for idx_o
So far, I've been declaring my db connection outside of my web server app creation: # src/main.py db_session = ... # connection app = FastAPI() handler = Mangu
I have a generic function that invokes a callable it's handed; the moral equivalent of a call to std::invoke, except it's part of a coroutine: // Wait for some
I am using Gutenberg editor and while adding link to the text, i wants to link to existing uploaded media file. For that when i search for the name it search on
I am writing a test automation framework using java and selenium. I have a scenario where I have to check behaviour of web application when user has a device wi
I am new to golang and terraform plugin development. I was trying to generate plugin documentation by 'tfplugindocs' and I am still getting errors.. below is th