Skip to main content
0 votes
0 answers
71 views

<aura:if isTrue="{!v.requiredOnce == true}"> <aura:if isTrue="{!v.isHuman == false}"> <iframe aura:id="captchaFrame" src="{!$...
Manvitha K's user avatar
1 vote
2 answers
73 views

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,...
TARKUS's user avatar
  • 2,252
2 votes
2 answers
105 views

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 ...
leetbacoon's user avatar
  • 1,377
0 votes
2 answers
65 views

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 ...
inputforcolor's user avatar
0 votes
2 answers
61 views

I would like to do something like this in jinja2: {{ lengthy_snap_expression }}, {% trim -%} {{ lengthy_crackle_expression }}, {% trim -%} {{ lengthy_pop_expression }} to produce SNAP, ...
Jason S's user avatar
  • 191k
0 votes
1 answer
551 views

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 ...
user29722274's user avatar
-1 votes
1 answer
52 views

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 = ...
Fahim Parkar's user avatar
  • 31.8k
1 vote
1 answer
80 views

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....
Michael Henry's user avatar
0 votes
0 answers
54 views

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 { "...
makxca's user avatar
  • 35
-1 votes
1 answer
860 views

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 ...
Nick Yu's user avatar
0 votes
1 answer
53 views

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 ...
John Obeto's user avatar
1 vote
2 answers
157 views

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 ...
Sam's user avatar
  • 85
0 votes
0 answers
86 views

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 ...
Rebecca's user avatar
  • 33
0 votes
0 answers
44 views

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?> &...
dlpBNA's user avatar
  • 1
0 votes
0 answers
92 views

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 ...
Muhammed Firoz.s's user avatar

15 30 50 per page
1
2 3 4 5
52