Deleted user
Deleted user
Thank you for your contribution aviyerMSFT! We will review the pull request and get back to you soon.
That's good news, could you share the installation .img to try on my NUC8i5BEH.
Thanks, I will try in tomorrow going to work. I will let you know.
 I have tried image it installed fine but it’s not starting up. ![Uploading 3F1CE7B4-C97D-4050-8C00-2FC3C4CF1364.jpeg…]()
I think it’s kernel issue needs to be latest
@danthedeckie I used a short test code to compare the 2 methods. Results on 0.9.12: ``` 2.75s call /test_evaluators.py::test_safe_evaluator 0.08s call /test_evaluators.py::test_lambda_evaluator ``` On 0.9.13 with the preparsing: ``` 1.03s...
Yeah, and to be clear, I think this is already faster than just using `eval` every time, the eval solution is only this fast because of wrapping the expression in...
@danthedeckie ```python """ run with: `pytest --durations=0 test_evaluators.py` """ # std from typing import Any, Dict, Protocol, Sequence, Type # 3rd party from simpleeval import DEFAULT_OPERATORS, DEFAULT_NAMES, EvalWithCompoundTypes # interface...
I hope this gets fixed because I would love to use google assistant on my computer.
To address the attribution concerns, this is a list of things currently in our codebase that originated from this fork, and the individual contributor to the best of my knowledge:...