Quantcast
Channel: Active questions tagged text - Stack Overflow
Browsing latest articles
Browse All 182 View Live

Highlight a specific part of the text

I'm new to Swift and I am using SwiftUI for my project where I download some weather data and I display it in the ContentView().I would like to highlight some part of the Text if it contains some...

View Article



How to change the entire theme's text color in Flutter?

There is probably something obvious I'm missing. Is there one property that can change the color of all the text in a Flutter app?The way I am doing it now is, in my MaterialApp:theme: ThemeData(...

View Article

Image may be NSFW.
Clik here to view.

Text overflow in Flutter localization with easy_localization package

I made a Flutter application. I used the easy_localization package to provide localization for 12 different languages, but as I change the language in the strings, text overflow occurs. Is there any...

View Article

python difflib comparing files

I am trying to use difflib to produce diff for two text files containing tweets. Here is the code:#!/usr/bin/env python# difflib_testimport difflibfile1 = open('/home/saad/Code/test/new_tweets',...

View Article

Replace dynamic content in XML file

Quick Summary: I need to create a Bash script to change the text within a node automatically every week. The script will match the node and replace the text inside them (if this is possible)? How would...

View Article


How to detect that a text node is inside a tag

I have html file<div>1. <span id="el1"> hello </span> world</div><div><span id="el2"> first part</span><span id="el3"> second part </span><br...

View Article

Text cleaning before finding TF

I want to find term frequency of a set of genes names in a number of medical articles. The text is in XML format and I remove all tags by xml.etree.Should the refrence section of the papers be...

View Article

Text between two characters

I'm trying with regular expression to select text between two () characters, complete with characters included.EX. Text (the text) -> (the text)EX2. Text text text (the text again) -> (the text...

View Article


Image may be NSFW.
Clik here to view.

SwiftUI Text alignment with maxWidth not working

I have the following code:struct ContentView: View { var body: some View { Text("Test") .foregroundColor(.white) .font(.subheadline) .frame(maxWidth: .infinity) .alignmentGuide(.leading) { d in...

View Article


Image may be NSFW.
Clik here to view.

How to give border/background to a Text in Flutter?

I want to give my text a border or background. Just a simple text in red with a black border around it.See the following image as inspiration:

View Article

following a log file over http

For security reasons (I'm a developer) I do not have command line access to our Production servers where log files are written. I can, however access those log files over HTTP. Is there a utility in...

View Article

Image may be NSFW.
Clik here to view.

How to change cursor position when press in TextInput

For example i have a TextInput like this<ScrollView style={{flex: 1}}><TextInput placeholder="Input" style={{fontSize: 50}} value={'Sample text'} /></ScrollView>So normally, when we...

View Article

decoded json list string not there

can amyone can help me with a decoded json list?In the blocks below when the list is shorter I get error.enter image description hereWhat is the best option to put a default text if missing?Thank you!I...

View Article


Trouble Implementing add_3d_text in SketchUp Ruby API for Dynamic Text...

What are the details of your problem?I'm working on a Ruby script for SketchUp to automate the process of adding text annotations within my model. I need to count instances of specific components...

View Article

Detect commentaries from webpage while web scraping [closed]

I am trying to web scraping sites with reviews and I get all site blocksI need to extract user's comments from scrapped web-page, how can I do it?I have two probably directions how to do this:Somehow...

View Article


Image may be NSFW.
Clik here to view.

ValueError: Cannot use a compiled regex as replacement pattern with regex=False

I'm doing a project, on Google Colab, where I use the following version:!pip install "gensim==4.2.0" !pip install "texthero==1.0.5"Until recently, I received the following warning:FutureWarning: The...

View Article

React Native: How to Get ButtonGroup/Segmented Buttons Working as Text?...

I'm trying to use Segmented Buttons for a session type (for a tennis application). The only available session types are:Singles, Doubles, Rally, Practice, and only 1 type can be selected.Relative...

View Article


Image may be NSFW.
Clik here to view.

How to return text and not just numbers with arrays in Excel

Yesterday I was so fortunate to receive help on a question (How to work with IF/IFS/ISBLANK when columns contains zero length strings), which yielded the following answers:=BYROW(CA6:CC13; LAMBDA(a;...

View Article

Excel chart text on Y axis

and @Jon Peltier [tag: Jon Peltier ]I have an Excel chart that I am trying to put text on its Y-axis. However, since I have four values/text, I cannot use the custom option.If anyone can help, it would...

View Article

Image may be NSFW.
Clik here to view.

How can I prevent VS Code from jumping to the bottom of a file after formatting?

How can I prevent VS Code from jumping to the bottom of a file after formatting?I select the whole file content (using the Ctrl + A), then I format everything (using the Alt + Shift + F). After that I...

View Article

Change some underscores by numeric rule

I'd a vector:myvec <- c("CERRO_DO_OURO_003F","AQUA_002","TAMOIOS_DELTA_001","URURTUBA_04C") I'd like to change the underscore by a rule, for example, if the underscore is followed by a number, I'd...

View Article


Image may be NSFW.
Clik here to view.

Automatically read chat text from Minecraft

In Minecraft I was hoping to find a way to read the chat automatically like pictured belowIn order to record transactions made in the virtual shop into a PostgreSQL database. Preferably using Python. I...

View Article


How to remove all CRLF's at position 51 in a file, processing the file in...

I have a large text file that got word-wrapped at 50 characters by the application that outputs it.The actual original unwrapped Line length varies wildly from 1 character up to 1500+ characters.I need...

View Article

how would i make it stop for a small amount of time then it keeps scrolling...

https://codepen.io/lucabeingluca/pen/vYMPLZN<div class="wrapper"><div class="marquee"><p> longer one again</p><p> longer one...

View Article

Convert a Json with Avro Schema in Nifi

I have a json with this:{"infoPedido" : [ {"VBELN" : "5479223891","POSNR" : "000140","LFIMG" : "1.0" }, {"VBELN" : "5479223891","POSNR" : "000040","LFIMG" : "5.0" }, {"VBELN" : "53331","POSNR" :...

View Article


Why is my macro not working for Replace Text?

Could someone tell me why the code below is not working. This is what I want it to do.If a cell in column D says emilio pucci or max mara or tom ford and also if it sees the word sunglasses in column H...

View Article

Search for text while typing in field and return closest match

I wonder if an Excel wizard could help me with this.I have a list of addresses, I'm trying to work out a formula or array that will enable the user to search for an address in a field on one sheet that...

View Article

Image may be NSFW.
Clik here to view.

Give "Human Reading" order to bounding boxes (Sort Bounding Box)

I want to sort bounding boxes in a way that a human would read a document using python.Context:I have a PDF document and I am using unilm DiT (Document image Transformer) to know which parts are text,...

View Article

Setting a max character length in CSS

I am making responsive website for school and my question is:How do I set a max character length of the sentences (with CSS) on my website (like 75 characters) that when I have a very large screen, the...

View Article



Pi Virtual Keyboard doesn't focus in text box

On a PI 4 I have installed "Matchbox Keyboard" and "Onboard" but can get neither one to focus where I want to write text. I am trying to write something in a browser search bar so I "click" there and...

View Article
Browsing latest articles
Browse All 182 View Live




Latest Images