Here is my AllFilesListViewModel class. class AllFilesListViewModel @ViewModelInject constructor( private val pdfItemRepository: PdfItemRepository):ViewMod
In my application I have saved the data when we click on it(we can add the multiple data by entering some data and save the multiple data by clicking the save b
I'm running Gitlab:13.12.15-ce.0 in docker container with my private ssl certs and key. But it's expired few days back and i have updated the .crt and .key file
I do an application which deletes comments on Instagram since Saturday 31st of October, I get this response when I use API to delete comments: {"error_type":"
I am trying to loop through a table using a cursor: DEClARE @ProjectOID as nvarchar (100) DECLARE @TaskOID as nvarchar (100) DECLARE TaskOID_Cursor FOR SELECT
I'm trying to make a function that will compare multiple variables to an integer and output a string of three letters. I was wondering if there was a way to tra
The problem is that it loads all the chats and then I give input to this by chat number and after that, it opens the chat and loads all the messages by scrollin