So I made code again about saving files (you can select file name) here: private void button3_Click(object sender, EventArgs e) { SaveFileDialog sav
When I'm creating a new document, the String entities of my schemas are not getting created empty but the arrays are getting created. userSchema { name: Strin
I need a code in a function way, that contains a dictionary. The output have to be the dictionary value. I wrote this one but it doesn't work. Can someone help
I've been successfully calling Meteor methods until I created a new Mongo collection. Both collections are found under /imports/collections/, so I know it's ava
I have a piece of data [ 'payload' ] which is Base64 encoded. Then i have a 'signature' which contains the payload's signature. I have a public key. The signatu
Created Powershell Azure function and trying to use "az" commands under that function app. As per docs, function runtime should resolve "az" and other module de
I have a custom exception class that extends a parent exception class. I also use generics in my constructor, but not on my exceptions, because exceptions canno
I have a plot with multiple plt.vlines printed both through a for loop and out of it. with open('textfile.txt', 'r') as f: for line in f: element =
I'm just trying this normal piece of code that has an f-string, but in the particular line mentioned below, I couldn't determine what's the pr