-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I am debugging and want to look at some multi-line input, but only get to see it squished to a single lin…
-
### Helm Chart Version
1.1.0
### What step the error happened?
On deploy
### Relevant information
Some templates are generating newlines in the key/value YAML lines when they shouldn't be.
So…
-
```rust
fn main() {
let el = EventLoop::builder()
.with_msg_hook(|msg| {
let msg = msg as *const MSG;
if unsafe { (*msg).message == WM_NCCALCSIZE && (*msg).wParam.0 == 1 } {
…
-
```cmd
> mkdir ttt
> cd ttt
> swift package init
> swift test > test-output.txt
> code test-output.txt
```
`test-output.txt` in VS Code shows the following (interestingly, I don’t see the dup…
-
**Describe the bug**
Text inserted from a smart picker that contains multiple newlines is not handled properly.
See original issue: https://github.com/nextcloud/text_templates/issues/13
Related issue:…
-
On Linux Mint 22 Cinnamon Framework 13 Firefox.
`XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` from [Online_authentication_API/issues/81#issuecomment…
-
PR #50 broke something which was merged into **zed** and is now affecting my code.
Test case:
```svelte
let foo = {
bar: "baz"
}
{#if foo.bar}
{ foo.bar }
{/if}
…
-
**Describe and demonstrate the bug**
The builtin `fromBase64` does not ignore newlines and instead fails with an invalid length error.
base64 allows for newlines and whitespace in the encoded co…
-
Suppose we have a function with both named and unnamed parameters:
```Python
def print_characters(
foo,
/,
*,
bar,
foobar,
):
print(
*foo,
sep=foob…
Bengt updated
2 weeks ago
-
### Description
The function name of nl2br() suggests that it is a "replace" operation but is actually an "insert" operation.
Would it be possible to add a 3rd parameter so the function would ac…