776 questions
0
votes
0
answers
71
views
I see excessive whitespace when i increase the height of Google reCAPTCHA in an iframe tag
<aura:if isTrue="{!v.requiredOnce == true}">
<aura:if isTrue="{!v.isHuman == false}">
<iframe aura:id="captchaFrame" src="{!$...
1
vote
2
answers
73
views
TRIM in SELECT statement that works in Stand Alone Query Fails in Stored Procedure (MySQL)
New to stored procedure development. I'm developing a stored procedure where I create and populate a table with the results of a query, where I get an identifier number (DCNumber), FirstName, LastName,...
2
votes
2
answers
105
views
prevent trailing spaces with pretty-printed HTML
We're trying our hand at HTML4.01 (and CSS3) and from our prior experience in programming we like to pretty print the source code. Example:
<body>
<p>
This is a paragraph in this ...
0
votes
2
answers
65
views
Bootstrap 4 - whitespace above navbar
I've looked at multiple questions about this problem on Stack Overflow I've tried many of the answers but haven't succeeded in removing it
Firefox inspector indicates that the whitespace is being ...
0
votes
2
answers
61
views
Is there a way to manually trim whitespace?
I would like to do something like this in jinja2:
{{ lengthy_snap_expression }}, {% trim -%}
{{ lengthy_crackle_expression }}, {% trim -%}
{{ lengthy_pop_expression }}
to produce
SNAP, ...
0
votes
1
answer
551
views
docker: invalid env file contains white spaces
I am trying to train a classifier model. I am following instructions which outline to use the format bellow. whenever I go to then train my model, docker returns this error. I am unsure what I need to ...
-1
votes
1
answer
52
views
line spacing is more because of font
I am using Changa font in one of my app. The issue in the font what I am using have extra white space at top & bottom.
I am simply setting text & font to the UILabel as below.
myLabel.font = ...
1
vote
1
answer
80
views
Unable to strip whitespace from a string using pyparsing set_parse_action()
I've got a generic "text block" element, for which I copied the whitespace-stripping code from the documentation:
import pyparsing as pp
text_block = pp.Group(
pp.OneOrMore(
pp....
0
votes
0
answers
54
views
VS Code: How to automatically remove double spaces on save?
I want VS Code to automatically correct spaces when saving a JSON file (I do not want this rule to be applied to any other types of files, but this is not crucial)
Example:
// before saving
{
"...
-1
votes
1
answer
860
views
How can I get rid of the large blank space at the bottom of my website pages?
I use cargo and my website has a large blank white space at the bottom of all the pages below the footer. I've looked through the CSS, and found that there were no footer inputted. I've tried ...
0
votes
1
answer
53
views
I can't figure out how to fix the whitespace in my java code for a class project. I'm sure that the code should provide the intended output
This is the code I have so far right now.
import java.util.Scanner;
import java.util.Random;
public class GuessANumber {
public static void main(String[] args) {
Scanner scanner = new ...
1
vote
2
answers
157
views
Can't add space before and after the list numbering
I am writing a program in which there are sometimes lists that create issues during voice synthesis, for example the output from voice synthesis is displayed as follows:
"Suggestions for ...
0
votes
0
answers
86
views
How to strip padding (whitespace) from text file when writing dataframe column to file
I have a dataframe that I am outputting to a text file (generates database insert statements). I want to align the column to the left and strip all whitespace from the left and right.
I found someone ...
0
votes
0
answers
44
views
Need help removing a space during XSLT transformation
The unknown processing instruction(s) are causing spaces due to the line ending.
XML input
trust.<footnote id="a0r5t3y0h2" origin.id="a0r5r3y3r1"><?unknown page=A-5?>
&...
0
votes
0
answers
92
views
VS Code whitespace issue
Powershell version and Windows build versionHow to remove the whitespace in the VS Code terminal when running a program?
The Whitespace occurs only when the program is runned twice below the
...