-
**Describe the bug**
I am using KeyboardAwareScrollView for my form, and all the TextInputs have multiline enabled.
When the caret position reach near the keyboard and at the caret position at th…
-
I'm using Windows and powershell to build ps1 scripts that build upon cider.
When I run this ps1 script:
$logMessage = 'make Cider great again
and line 2'
cider log fixed $logMessage
…
-
Many programming languages provide support to continue a line by using `\ ` at its end. E.g.:
```py
"this is a sentence \
that continues in the line below."
```
Which should be interpreted as `"t…
-
### Current behaviour
I am getting an issue in the react native paper Text input component when I add multiline functionality, which means making their value true, then it works fine, but when I make…
-
## Summary
When upgrading rules, the diff view displays changes in the wrong places when comparing multiline strings.
### Example
Here’s an example of the changes in the ESQL field:
![imag…
-
**What is the sc4s version?**
3.32.0
**Is there a pcap available? If so, would you prefer to attach it to this issue or send it to Splunk support?**
Splunk support
**What the vendor name?**
M…
-
hi,
when I list an event with a multilined description field with the --tsv option I get the following output:
ftest1\ntest2\ntest3\ntest4\ntest5\ntest6\ntest7\ntest8\ntest9
however, when I a…
-
Hi there!
One of my main gripes about Python is not being able to write multiline lambdas. I had an idea to create a Python preprocessor that allows braces (and found this before making it myself) …
-
I use `prettier`, and `prettier-plugin-tailwindcss` and `tailwind-merge` and the result of this plugin when the classes are multiline is odd.
The `...` are not on the correct line imho.
-
Dockerfile instructions that accept JSON arrays does not accept multiple lines. The workaround is to escape with `\`. It is specially useful in my project where we have to chain wait-for-it instructio…