I'm trying to make e-commerce app in flutter. I wanted to make Appbar transparent and have animation, so I use Sliverappbar but I can't make it transparent with
I am trying to build a very basic custom npm package which will be imported in a Typescript React app (created with CRA). React app ALPHA: import {MyText} from
I want to store a value, then perform an action and assert that the value has not changed. I do have a code that works but I would like to have input if there i
I have modalform on website. Full backend and frontend code is below. I cannot understand how validation works. When I put more than 20 symbols in name field I
Is there a Python function that will trim whitespace (spaces and tabs) from a string? So that given input " \t example string\t " becomes "example string".
I would like to create file paths to over 70 files. I am reading in csv-tables and am exporting png with the same name, so the file extension should be changeab
I'm traying to calculate cumulative sum for a Project until date selected in the filter. My filter date is a drop down list and it shows like this for example:
I am struggeling to install an oracle driver and use it in my Jenkins builds. My goal is this: I would like to run cypress e2e tests in a jenkins pipe. Cypress