Does anyone know how to drawLine with curved every corner using canvas in Jetpack Compose? I have achieved this using Canvas.drawPoints(): but I want to make e
I have problem with slide master layout which contains page number and static text. I have them on my layouts but they are not appearing once I'm generating pre
I am using opendata, and sometimes the shape of the datasets changes : some rows are missing for example. I would like to be warned when it happens. I figured t
I need to get the full file name using directive with angularjs , Bellow is my code, here I am only getting file name. Is it possible to get the full file name
I'm new to sql and I can't figure out this trigger. First Table is Order_Details which has Three rows, O_Id F_Id Price(Int) Second Table is Payment_Details whi
I'm using miniconda on Ubuntu 20.04 with fish shell. I was able to create and activate my specific environment. My problem is with Python version which is relat
I'm trying to create an array state variable called usersInfos that I can append to whenever I do an api call, but useEffect is updating with the initial value
I have the code that listens to a specific topic and a callback in managed in messageInboundHandler class, it works on manual tests but I did not find a good wa