I want to make exactly this commit message: """ swap ` and ' """ (apostrophe and grave must be in monospace) So i'm writing: swap `` ` `` and `'` but what i get
I have a nested data structure containing objects and arrays. How can I extract the information, i.e. access a specific or multiple values (or keys)? For examp
I'm in need of rendering a html string in my swiftui app. I found this: How to show HTML or Markdown in a SwiftUI Text? But I tried every single solution there
How can I see the size (i.e. memory usage) of all objects currently in memory? Running the following does not provide correct figures for memory usage [(m, sys.
This is the part of my code that is posing a problem: final_video = concatenate_videoclips(clips, method='compose') final_path =subdir_ +'/output1.avi'
What am I doing wrong here? counter = 0 def increment(): counter += 1 increment() The above code throws an UnboundLocalError.
I am working on coronavirus statistics dashboard as university project, and I have some problems with asynchronous source data download from sites with statisti
I am new to coding. i don't know what is wrong with this code. I expect to get periodic solution for both x and y variable i.e. prey and predator with respect
this is consumer code with not using subscribe method. val consumer = KafkaConsumer<String, String>(properties) val topics = listOf(TopicPartition("TEST",