leojay
Results
2
issues of
leojay
I'm using Nuitka 0.6.3.1 and Python 3.6.5 in a venv environment on a linux machine. I installed Nuitka and trio with command: ``` pip install Nuitka trio ``` trio is...
bug
help wanted
My code: ```rust use cel_interpreter::Program; fn main() { Program::compile("3-1").unwrap(); } ``` I expect this code to run without any issue, but the actual result: ``` $ cargo run Compiling pubsub...