I have a local mirror of a remote repo, and a working copy cloned from this local mirror. Now I do fetch on this working copy (against the remote) and expect it
I want to load a JSONL file as JSON objects in python. Is there an easy way to do so?
Here is the problem. I am getting IEnumerable from ViewPage and when I tried it to convert List it is showing me error like: 'System.Collections.Generic.IEn
I have a variable date_var with the contents that look like this when I do a pprint; [pywintypes.datetime(2022, 3, 23, 0, 0, tzinfo=TimeZoneInfo('GMT Standard T
The following code validates the dictionary {'a_dict': {}} with the schema A and the schema any of A or B. The problem is that in the second case the dictionary
I'm looking for a way to find the row count for all my tables in Postgres. I know I can do this one table at a time with: SELECT count(*) FROM table_name; b
i have a list from firebase database, i'm getting my values in viewmodel as mutableState and show in compose components. But if i navigate in my app, my list is
So now I have a server and client script. I'm trying to upload a file from the client to the server. However, the data from the file in the client will be cut o