I want that my GitHub Action that runs all tests doesn't execute when we push a new tag to the master repository because when we merge new branches we execute t
I have created a stub file and put it along side of the original file as suggested. However I get missing library stubs or py.typed marker error. I tried adding
I have the following class: public class RemoteService { private static class QueryEntry<T> { public final IQueryInput<T> input; public f
I am trying to append the fetched url from a minted NFT jsons metadata to a <img src so that the picture can then be seen inside the dapp. I have fetched the
Assuming you have some 1d- numpy array like arr = np.array([0,0,0.2,0.6,1,1,0.7,0.3,0,0]) Here if would be fn(arr, arr > 0.5) => [(3,6)] <- indexes of
May someone please tell me how to get specifically set text to change color through Javascript in a textarea like a IDE does <textarea placeholder="place cod
I Want a code that i can choose a seat to sell, and if it is Available, it need be actualized to Unavailable in matrix bus_seat. bus_seat = ["1 - avaliable", "2
i've written the following code that plots the relative bpm for the various hours contained in the csv given in input, for a given date. dfMonday['date'] = pd.t
I want to save several variables for 1 scenario like have a scope for several steps. For example, if I have login action and do it by rest API. I get a respons
Having request body as: "pesel": "", "something": "BLABLABLA" I would like to achieve logic as below: 1. If the field is null or is an empty string, then field