-
@annevk reported this one.
```
[13:19] matjas: you around? saw that 1 turns into some Punycode string per http://mothereff.in/punycode but no browser does that, not even Opera
[13:20] matjas: so …
-
Traceback (most recent call last):
File "C:\Users\user\.conda\envs\visgpt\lib\site-packages\requests\compat.py", line 11, in
import chardet
ModuleNotFoundError: No module named 'chardet'
…
-
We should specify how IDN origins are handled, and what we do with unicode in the list of origins in in a policy string.
We could probably go one of two ways on this:
1. Run all non-ASCII origin…
-
Hello,
I am encountering an error in PyGaze on OpenSesame, when the trial has special character such as "ä,ö,ü,ß" and tries to log them as variables. The experiment crashes every first trial that inc…
-
ダミーデータをハードコーディングしているため、コードの配布をした場合、固定のユーザがバレてしまう
-
Hi Stefano,
Very cool project!
I noticed you were interested in adding a spinner (in the README.md TODO list) and I was thinking it would be very nice to have ISO 10646 character support, then y…
-
**OS**: Mac OS 12.5
**Python**: 3.9.13
**PyVO**: 1.3
PyVO raises an exception with the following query:
``` py
import pyvo
service = pyvo.dal.TAPService("https://gea.esac.esa.int/tap-serve…
-
FbxSharp currently can only load ascii files. This means that a binary file must be converted to ascii before it can be opened. Some fbx exporters only output binary files. In order to better support …
izrik updated
6 years ago
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
when selecting an indic input method…
-
Hello,
Is there a way to disable sub-rules of transforms, without disabling the whole transform?
For example, I don't want to disable all "charEscapeUnescape", but only the sub-rule for "]".
…