Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

text
0 votes
0 answers
17 views

Dark Background Blurry Text

text in body element immediately goes blurry on scroll text goes blurry on Lenovo G32qc-10 Monitor but not 13-inch MacBook Air (2022 M2) <html> <head> <style> body { ...
0 votes
1 answer
17 views

Text Wrap in HTML

I have an example below about my problem: Paragraphs do not behave the same when the line break is automatic (like with flex width) or when it is forced. I need that when the line break in the ...
99 votes
3 answers
51k views

Postgres: Convert varchar to text

I screwed up and created a column as a varchar(255) where that is no longer sufficient. I've read that varchar has no performance benefits over text on Postgres, and so would like to convert the ...
6 votes
3 answers
5k views

How do I fix garbled text in my react-pdf viewer?

I have created a pdf viewer using react-pdf. When I display certain pdfs, the text is choppy and unreadable. I have tried zooming in and out of the document and it is choppy in different ways at ...
1 vote
2 answers
57 views

How to find duplicates in a text file in python and create a new text file with out them

I am trying to remove duplicates from text files to make a current process more efficient Example input: 1 1 1 1 2 1 3 1 4 1 Example Output: 1 1 2 1 3 1 4 1 my issue is when ...
0 votes
1 answer
63 views

Reading text files. Streaming output truncated to the last 5000 lines

I am trying to read and print text with python code but in colab, only last 5000 lines are printed and in python, it prints even less than that. I have tried this code. import sys def get_filename(): ...
0 votes
0 answers
11 views

NIFI - How I can use a InvokeHttp without body in Nifi?

How I can use a InvokeHttp without body in Nifi? I need to use a POST method with a query, example: www.teste.com&query= Send without a body, only in URL.
0 votes
1 answer
10 views

using tshark to extract text similar to wireshark export packet dissections

I am trying to use tshark to export text files from pcap with the same amount of information as I would get from wireshark -> file -> export packet dissections > as plain text. when I use ...
0 votes
2 answers
90 views

How to show String of array text in curve shape in SwiftUI?

I need array of text should scroll in curve shape like below: Code: but with this code i can create green colour curve shape view but how to show array of text in curve shape ? please help me to ...
652 votes
40 answers
1.1m views

How can I insert a line break into a <Text> component in React Native?

I want to insert a new line (like \r\n, <br />) in a Text component in React Native. If I have: <text> <br /> Hi~<br /> this is a test message.<br /> </text> Then ...
0 votes
0 answers
24 views

Trying to truncate text on smaller screens, but the common solutions don't work

This code works fine, only when the_title() text is longer and the window is small, the text wraps to the next line: <div class="metabox metabox--position-up metabox--with-home-link"> ...
0 votes
0 answers
29 views

Need Help Comparing Text in One Cell To Another

I am trying to develop a program where the end state will be this program finding all instances of similar text within cells from multiple sheets and grouping it together. This question is going to ...
0 votes
1 answer
64 views

Issue with centering a TextBox in Python Tkinter

I'm currently using Customtkinter and encountering an issue with horizontally centering text within a CTkTextbox. Here is a snippet of my code: textbox = customtkinter.CTkTextbox(master=self....
107 votes
14 answers
77k views

How to split a file and keep the first line in each of the pieces?

Given: One big text-data file (e.g. CSV format) with a 'special' first line (e.g., field names). Wanted: An equivalent of the coreutils split -l command, but with the additional requirement that the ...
0 votes
0 answers
15 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...

15 30 50 per page
1
2 3 4 5
2164