I have the following two models in several files: routes/camera/model.py from services.db import db from dataclasses import dataclass from routes.project.models
No problems with 'pdb.gimp_channel_new(image, width, height, name, opacity, color)' but I cannot get the syntax for 'gimp.Channel(image,name,width,height,opacit
I am old timer but young learner. I want make my own website, using Python and Bottle. I have an HTML page which contains a title, a subtitle and a photo. This
I have a csv file that look like this: name,age,total xyz,22 abc,20 After processing the csv file should look like this: name,age,total xyz,22,100 abc,20,102
I am trying to log in to the site using a post request, as I need to log in to it. I pass all the information from the Chrome request headers in the header. I a
I am pretty new to app development. We have an app that uses Springboot microservice as backend and NextJs as front end. we are using correlation ID in the back
We currently use the following rewrite rule in order to redirect requests to the root to our healtcheck endpoint: RewriteRule ^/?$ /APP/something/somethingelse/
I need to render a FlatList with Image Items in my RN App, but it looks like, I missed something out. I'm fetching blob data and parse it with Buffer to a Strin
I am using fastapi very recently and as an exercise I want to connect my fastapi api with a validation service on other server... but I do not know how to do th
How can I use localStorage to save this timer on page Refresh in angular 12 ? timer:any; ngOnInit(): void { this.startTimer() } startTimer() { this.ti