-
I am calling the following zprint function:
```
(zprint
'(defn testivius "This is a\n multiline docstring." {:inline (fn ([a] ` (com.xadecimal.expose-api.impl-test/testivius ~a)) ([b c] `…
-
#2670 added a hard-coded limit to the max size of the `Bytes` struct; our runtime exceeds that size.
It is really a bad idea to have hard-coded limits like this, with no escape hatch; a better way …
-
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.
-
### Describe the bug
Parser errors
### Steps to reproduce
```python
In [9]: x
Out[9]: {'response': "It exists as a diatomic molecule (H₂) under standard conditions.\n- Hydrogen is a key com…
-
When using this kind of types in models:
```
MyType = Annotated[str, Field(min_length=3, max_length=256, pattern=r"^[a-z0-9_]+$")]
```
It looks like the generator does not properly escape the re…
-
### What type of request is this?
New tool idea
### Clear and concise description of the feature you are proposing
Take in a json value and output escaped string. like this: "{\"hello\":[\"world\"]…
-
`MiniMessage::escapeTags` does not replace single backslashes (`\`) with double blackslashes (`\\`), preventing it from being useful in escaping literal strings for deserialization. It is unclear whet…
-
### Bug Description
When typing XML-style `&` escapes such as `A` in a chat, they get converted to the corresponding Unicode character. This is highly surprising because more common HTML features…
-
## Describe the bug
```
/home/inflation/workspace/playground/.venv/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/models.py:2136: SyntaxWarning: invalid escape sequence '\>'
"""
…
-
Ruby: 3.4 preview
Rails: Edge
Postgresql: 17rc1
I'm running into an issue when my payload becomes large enough to trigger the special handling of this adapter. I'm rendering responses on the serv…