I am getting really confused with using kwargs in classes below is my code class Get_Index_Change_Data: def __init__(self, **kwargs): self.idx_chg(*
In my database there is a createdAt column. What I am trying to do is fetch all the data of a specific month given a current month and year. What would be the m
I install asammdf package to read dat file in python. After installing asammdf using pip install asammdf, the installation is successful. However, when I import
My azure functions is in .net core 3.1 v3 and I had a problem trying to publish using VS2019/22 on Linux app service but works fine if i choose Windows app serv
I have a Google Chrome extension that I load from my computer. The extension folder contains 2 files, manifest.json and content.js like this: { "name": "My ex
When using AudioCache to play local assets, it has a play method: AudioCache audioPlayer = AudioCache(); await audioPlayer.play('alert_tone.mp3'); But there
I used the live comments API on Facebook developer. It only returns a response with the message, but I want the Facebook person ID along with the message. I wan
I am trying to implement sign in with apple using their AuthenticationServices framework into my app which has both objc and swift code. I have followed various
While using splice and slice in array from where to start cout on string i am little bit confuse about it? ex: `const array=["mango","orange","pineapple","wat