-
Hi folks,
I'm new to the project and was working my way through the "How to run analysis" section. Just wanted to note that a python failure comes up when trying to run the sample data:
```
./..…
-
Model after C++:
- **\u*nnnn*** — code point U+_nnnn_ (4 hexadecimal digits)
- **\u{*nnnn*}** — code point U+_n_... (arbitrary number of hexadecimal digits)
- **\U*nnnnnnnn*** — code point U+_nnnnn…
-
**Description:**
The ANSI escape sequence `[38;5;246m[3m` is not being processed correctly, resulting in incorrect text formatting.
**Expected behavior:**
The sequence should change the text …
-
It seems like as of the latest srctools, single quotes are now being escaped, regardless of the fact that they are within double quotes. Not sure if this is intended? I believe I accidentally added su…
-
I think the current spec text is ambiguous about how codepoint escape sequences should be handled if they are invalid. For example:
```
SELECT * WHERE { ?s ?p "\\u000Z" }
```
I think we might …
kasei updated
2 weeks ago
-
Hello,
After reading the below issues with looks like the handling of ansi escape control sequences is not currently supported, can you confirm if that is the case still?
https://github.com/rivo…
mgale updated
2 months ago
-
The tilde [SSH escape sequences](https://medium.com/@rmolsen/ssh-tricks-escape-sequences-4a7a5d889d70) do not work in xonsh. They do in bash and csh.
-
Test escaping and direct qutoes to be on the safe side
-
Currently the library seems to interpret all escape sequences (starting with backslash) inside strings, in the kv3 text reader.
This might not be desired all the time, since it appears that some, if …
-
This works:
```
:) select 'hello\nworld'
SELECT 'hello\nworld'
Query id: f8ab4b49-3cf0-4baa-b16e-948c77c24509
┌─'hello\nworld'─┐
1. │ hello
world │
└────────────────┘
1 row …