-
```
What steps will reproduce the problem?
1. Go to http://www.antisamysmoketest.com/ and enter the text a𠀀z
2. Observe the results:
SAX: az
DOM: a�z
What is the expected output? What do…
-
```
What steps will reproduce the problem?
1. Go to http://www.antisamysmoketest.com/ and enter the text a𠀀z
2. Observe the results:
SAX: az
DOM: a�z
What is the expected output? What do…
-
```
What steps will reproduce the problem?
1. Go to http://www.antisamysmoketest.com/ and enter the text a𠀀z
2. Observe the results:
SAX: az
DOM: a�z
What is the expected output? What do…
-
**Describe the bug**
when i was running my script earlier today after finishing it up, i had no problem. then this evening i went to run it again and it gave me the error below. i hadn't changed …
-
**Describe the bug**
Removing a file with specific utf 8 chars breaks trash-put (and probably others) ! :upside_down_face:
**trash-cli version**
Output of: trash-put --version
trash-put `0.17…
-
Aider version: 0.57.1
Python version: 3.11.9
Platform: Windows-10-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 10 (64bit)
Git version: git version 2.45.1.win…
-
Trying to execute those lines :
```
from github import Github
gc = Github()
repos = gc.get_user(login='near').get_repos()
repo = repos[65]
print(repo)
open_pulls = repo.get_pulls(state='open…
-
See https://github.com/w3c/csswg-drafts/pull/1266
I think all `media` attributes as well as img/source `sizes` should be `CSSOMString`s since they use CSS syntax.
cc @SimonSapin
-
I get this error on one of my ARM64 test machines.
The `s.encode('ascii', 'surrogateescape')` looks strange to my eyes, since ASCII doesn't have a way to encode surrogates? I assume the handler has…
zooba updated
10 months ago
-
```
What steps will reproduce the problem?
1. Go to http://www.antisamysmoketest.com/ and enter the text a𠀀z
2. Observe the results:
SAX: az
DOM: a�z
What is the expected output? What do…