Someone please help. We receive orders in different formats and convert to JSON for processing and transformation to our API. Please see example: [ { "Ord
I have a very simple problem: I want to check which persons in DF1 are contained in DF2. I want to do so based on their first name, middle name, last name, and
I created simple code in PyGtk that displays a list of names. After clicking the Update button, the list of names will be updated. Unfortunately, I can't get ri
Issue about django handling a long request(50sec) in another request(3sec). I have a POST request will return some infomation for user, in this request will cal
Using MUI core's <Box> and MUIX's <DataGrid> components (and some other ones) I've outlined a data grid that looks like this: Naturally, when the n
I am going crazy trying to fix this bug so please help :-) I am using https://pdfkit.org/ This creates a stream that when finished is piped to fs.createWriteStr
I am trying to implement a piano game. The rules are simple: a note is played and after 5 seconds the answer is shown. The problem is that I want the user to be
I have written the below code in the seaborn scatterplot for the visual to create sns.scatterplot(x="Year_Birth", y="NumStorePurchases", data=md) I get the plot
I want to create an app that can update an imported nested config file (similar to swagger). I created an json config file, and generated interfaces for it with
I have some text in a textview that are set to bold, and the text that I copied into the textview has some italics. All the text plays except the italics, this