Julien

Results 98 comments of Julien

@sshlyapn Sorry I should have checked first, I thought those drivers were auto-updated by Windows. I was running an old `27.20.100.8682` from 2020 (which was working fine until now) and...

> QJSEngine is still there in qt6 (in Qml qt6 module) if you want to stick to ecma javascript Sure but you can't benefit from QtScriptGenerator, can you?

Hi, what have you found unstable about it? I ported to code to python and could verify it generates the expected result. Which part of the implementation do you dislike?

Here is what I came up with ```python import re import os import json from datetime import datetime, timedelta function_regex = re.compile(r'function\s?[^\.][\w|,|\s|-|_|\$]*.+?\{([^\.][\s|\S]*(?=\}))') init_nums_regex = re.compile(r'var [A-Za-z0-9]{64}=[0-9]+') basic_math_regex = re.compile(r'[a-z0-9]{64}=(~|\^|\||&|[A-Za-z0-9]{64})') func_ending_regex...

What about this? [tweeterpy/tid/transaction.py](https://github.com/iSarabjitDhiman/TweeterPy/blob/master/tweeterpy/tid/transaction.py)

> > What about this? [tweeterpy/tid/transaction.py](https://github.com/iSarabjitDhiman/TweeterPy/blob/master/tweeterpy/tid/transaction.py) > > Have you tried it? It didn't work when I tried, same error No I haven't tried. What have you tested? The library...

I noticed the same issue a while back