I want to limit UILabel.text in 8 Chinese word or 16 English word, and if the text is larger than this, use "..." to replace the redundant place. I tried to cou
*facing error in timer functionality in flutter project *please any one can help me to get rid of this timer functionality error import 'dart:async';
Im trying to make some API calls for Zoho, like Email API. But i am not able to make a valid request due to not knowing my Account Id. Note that i know my User
Is there any way i can install visual studio on linux? Already tried installing it. Rider is too expensive for my needs and I want to upgrade from Window to Lin
I have created a utility class in my Swift project that handles all the REST requests and responses. I have built a simple REST API so I can test my code. I hav
I'm using React-Native on my android program, after open my porject with react-native run-android ,the error occurred.The same error message occurred twice. Une
I have a text preprocessing Pipeline: pipe = Pipeline([ ('count_vectorizer', CountVectorizer()), ('chi2score', SelectKBest(chi2, k=1000)), ('tfidf_transfo
I have a react native cli project which I have set an image for my splash screen.But when the image is rendered it goes out of the box and the image is not show
I can't seem to get my lambda to trigger as I would expect. In AWS EventBridge, I created a rule with the following custom event pattern: { "source": ["aws.s3
I am a beginner in programming, I have a question i want to make an indicator in pinescript i want to change bar color when condition is true and change when co