rpgoldman

Results 157 issues of rpgoldman

Sorry if I have missed this, but do you have API documentation somewhere so that a potential user could identify what forms of OWL reasoning are supported by LSW2? Thanks!

Installing pypolyagamma in a fresh virtual environment on MacOS Catalina (10.15.7), I get the following errors from Apple's C++ compiler: ``` clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall...

On my first try using this, I got an error because I did not have a diary file. I fixed this by modifying the top of `org-mac-iCal` as follows: ```...

I was learning the VS Code plugin, so I downloaded [the vscode-pddl-samples](https://github.com/jan-dolejsi/vscode-pddl-samples/) and per the instructions tried to generate a plan for `Airport/1plane.pddl` using `Airport/domain.pddl`. I expected the planning to...

I'm using `flycheck-pycheckers` with a python file and have set the virtual environment appropriately using `python-shell-virtualenv-root` and `flycheck-pycheckers-venv-root` is also set correctly. ``` python-shell-virtualenv-root is a variable defined in ‘python.el’....

If someone could set up a test suite, ideally using FiveAM, I could get it integrated with GitHub actions so it runs automatically on master and any pull requests. But...

I have some code that successfully subscribes to an MQTT broker, and that logs messages to the screen, using `as:start-event-loop`. But since this takes over everything, I wanted to run...

The example given in the documentation, `graph coloring` does not work in the current released version of pyDcop because as given in the documentation, it treats the `type` constraint on...

After tweaking my issue with the version of PuLP (#37), I tried the test case again, and this time I get an error in `yamldcop.py`: ``` $ pydcop solve --algo...

When I try to run the test case per the documentation pydcop solve --algo dpop graph_coloring.yaml I get this error: ``` Traceback (most recent call last): File "/Users/rpg/.virtualenvs/pydcop/bin/dcop.py", line 54,...