I have a DTO class which I Serialize Json.Serialize(MyClass) How can I exclude a public property of it? (It has to be public, as I use it in my code somewhe
I found this nice script online which does a great job comparing the differences between 2 excel sheets but there's an issue - it doesn't work if the excel file
I need to filter a multi-level nested array in MongoDB. The schema is as follows, { "_id": "1234", "array1": [ { "id": "a11",
I am new to GraphQL and is currently using Apollo Client on our TypeScript React project. I am currently trying to generate types using client:codegen command a
I am using this script below to generate all possible permutations of a length of 15 from a list of 20 amino acids. test <- permutations(20, 15, all.amino.ac
So I am working on a slack bot that displays a link to another channel when a command is given. Everything works in the native application (desktop / mobile) ho
I hope you are well. What´s the difference between importing data from a website using "from web" and then copy the URL and select the table and using "fr
My typescript project compiles just fine until I add "resolveJsonModule": true, to my tsconfig.json. I need that flag because I pull the package name & vers
I'm making a custom cross-platform library that needs to be in native gui mode, so, the add_executable need to have the parameter of WIN32 or MACOSX_BUNDLE depe