pcarbonn
pcarbonn
I had to change the settings to use python3: "birdseye.pythonPath": "python3.8",
What does `true` return if the argument is not `bool` ?? That should be clarified.
A workaround is to create a predicate for the clause to be negated : ``` One(A)
If I applied your patch correctly, it fixes this issue, but the regression tests fail (test.py fails in the reset function, line 6). Predicates cannot be correctly reset anymore. Could...
Hi. Thank you for your interest. This software is not maintained anymore. Use at your own risk.
Thank you for your interest. I had too little feedback from the users, zero contributions, and I thus lost interest. How could I ever find a successor ?? Also, I...
Thank you. It's good to know. Let me know if I can help. PC Le mar. 16 oct. 2018 16:22, reverendpaco a écrit : > For what it's worth, Pierre,...
Thanks. Looking at the [change log](https://sites.google.com/site/pydatalog/roadmap-and-change) I suspect that version 0.15.2 would be better. Version 0.16 had a major rewrite of the resolution engine, and I suspect it was not...
Ummh. The change is easy to do in the source code. The problem is that I do not have the build environment to create [all the wheels](https://pypi.org/project/pyDatalog/#files). And pip has...
The `/pyDatalog/pyengine.py` module should be compiled using [cython](https://cython.org/) for better performance. My `/create_dist.bat` batch file creates [wheels](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#binary-distribution-format) with the compiled package, but I'm on Ubuntu now, and can't run it...