in the fragment which i made it host in the tag fragment in activity when i use navController = Navigation.findNAvController(view) the app crashes by the error:
I need to compress multiple xml files and I achieved this with lxml, zipfile and a for loop. My problem is that every time I re run my function the content of t
When a generic class has two generic-type-values(like E and S in BaseRepository in the example below), is it possible to apply a constraint that ensures a certa
I am new to Visual Studio 2010 C#. I'm creating an application which creates a report. The information that will be displayed in the report is from the MySQL Se
I have some data and want to find the distribution that fits them well. I found one post inMATLAB and one post in r. This post talks about a method in Python. I
I'm getting the Wstringop-overflow warning when using strncat to pass command-line arguments to my program. I understand that the compiler is complaining becaus
I want to fill the null values of a column with the content of another column of the same row in a lazy data frame in Polars. Is this possible with reasonable p
I need to generate a string of the numbers from 1 to 50 with a for-loop. my suggestion: solution = range(1,50) for i in solution print(i++
I am new to Swift & iOS dev in general. I am building an app in SwiftUI. Assume there are 2 separate views in different files: MainView() & Results() an