JP
JP
I also just experienced this. only 3M used on `/var/log` doing `sudo du -hs` but df shows it full and services fail due to being unable to write their logs......
My `/etc/log2ram.conf` has `USE_RSYNC=false`, but rsync is installed. Should I be using that? Output of those commands is: ``` pi@raspberrypi:~ $ sudo du --apparent-size -s -h /var/log 2.8M /var/log pi@raspberrypi:~...
Sorry for the delay - I've applied the same fix to `rotate_and_scale_to_fit`
There have been a number of updates to the OpenPsi README since this issue was opened, including answering some of the questions posed by Linas. I'm all for improving the...
Looks like an interesting read. (I edited your comment to remove the spam)
Trying to use a SequentialAndLink instead of a ListLink gives me an "Invalid Atom syntax" error: ``` Invalid Atom syntax: (SequentialAndLink (AndLink (InheritanceLink (VariableNode "x1") ; [3075737219957315725][1] (VariableNode "z1") ;...
As I understand it, openpsi allows variables in the contexts, but they can't currently be referenced in the associated action... which is a somewhat severe limitation.
@leungmanhin yeah, I need to change how openpsi works because its "index" is independent from the atomspace.. which is why it gets in trouble when you start pushing and popping...
Thanks @ngeiswei. It seems that ImplicationScopeLink might be all that is needed? Does this work with the pattern matcher? As an example, from OpenPsi's test case: ``` (ImplicationLink (stv 1...
If OpenPsi could be made to run with URE, this would be great, but the refactor I'm doing is for a specific project and I think such a migration may...