I have created a pine script in TradingView to draw line from pivot to pivot like a trendline which has slope and is not horizontal. Now i want to add alert to
Recently I got a weird issue when adding LineLayer to MapboxMap. Here's how I added it: val features = mutableListOf<Feature>() var coordinateList = Arra
I want to add a dragging effect on a particular widget using slider.
I am currently struggling to convert a JSON-string into an array of objects and to GENERALLY handle the properties/attributes of each object. Here is a simple
I have some data in a text string that I need to sort. Here's a snippet: 0 X6300H_INJ.xtf CSFFILE0032 1 X6301H_INJ.xtf CSFFILE0033 10 X6309H_INJ.xtf CSFFILE0041
I created a regex to identify the following string example: ronin:50460c4cd74094cd591f454cad457e99c4ab8bf1 The regex doesn't recognize it. This is it: let ronin
I am new with kivy and at this point just trying to figure out why my app crashes when launching on a mobile device. The app doesn't have any function yet. I lo
hello developers.I have tried to change the primary field of my post model to a slugField. After applying the changes to my models and creating the utils.py fi