STACIA

Results 10 comments of STACIA

- question os python version

if you is dev floxay riot auth : https://github.com/floxay/python-riot-auth/blob/main/riot_auth/auth.py update ssl context in utils/valorant/auth.py I haven't updated in quite a while. I will update it when I finished coding the...

thanks you so much now i can running my project in ipad (m1)

`cchardet==2.2.0a2` it's work on container `python:3.13-slim-bookworm`

MacOS 15.2 Python 3.13 ```py import platform import sys import cchardet as chardet import distro from cchardet import version with open(r'wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt', 'rb') as f: msg = f.read() result = chardet.detect(msg)...

> Does this problem still persists in the latest version (1.1.5)? Sorry, I forgot to turn it off. It's working normally now.

```py import js2py js2py.eval_js('console.log( "Hello World!" )') ``` ```py Traceback (most recent call last): File "/Users/[user]/Documents/GitHub/test/test.py", line 1, in import js2py File "/Users/[user]/Documents/GitHub/test/.venv/lib/python3.12/site-packages/js2py/__init__.py", line 72, in from .base import PyJsException...