I have a database which is prepopulated with some tables which is working fine. I have prepopulated my db. like this Room.databaseBuilder( get(),
i'm trying to parse the following JSON but I always face the error stating "JSONDecodeError: Expecting ',' delimiter" Here is the code i'm doing: import request
I have some code that compiled without an error in debug mode but when I tried to compile in release code, this is what I have: 2>someSolution.lib(someClass
I am trying to make a plot with 7 subplots. At the moment I am plotting two columns, one with four plots and the other with three, i.e. like this: I am constru
I have two tables and i try to join them with date between and to privilege a value column if two rows with same date are in table B, below an example: Table A
I'm looking how to setup a task or a step to Azure DevOps Continuous Deployment to install and update a Windows Service. On Azure DevOps / Section Release I can
i have this kind EDIFACT message. UNB+IATB:1+NGI+OOS+180918:2003+Export_Dump++TR2+X' UNH+1+IFLIRR:15:2:1A' FDR+OM+135+160918' FDD++INT' REF' STX+ACT' IFD+++C+US
I am currently trying to create an IRC client for personal uses. My problem is the handling of connection losses. To test this I created a small test program th
Lest supose that I have a model named Collection. I can create a collection, this collection have two important fields: share_with_company, share_list. class Co