pengines icon indicating copy to clipboard operation
pengines copied to clipboard

Pengine and Prolog scratchpad

Results 12 pengines issues
Sort by recently updated
recently updated
newest added

I get this when running: ``` ./daemon.pl --port 3030 ``` Any ideas?

I created a Dockerfile that builds SWI-Prolog from source, clones Pengines, and runs a server. It would be great if this could be included in this repo or some other...

Hi all, I'm having trouble loading the SWI-Prolog server to be used for an app I'm writing in Node. I cloned the repo and when I ran ./run.pl, I'm getting...

It would be quite convenient if plDoc generated html included some indication of which predicates were whitelisted. Visually, we distinguish predicate types with gold vs light blue vs dark blue,...

Documentation

It is very simple to add a pengine server to your application. It would be nice if it was about as easy to embed a SWISH shell into your application!...

enhancement

Having the httpRequest for pull_response wait until there is some is painful. See for example the code > ``` > if (proof.getNearestInt("X") < 3) { // change this to a...

Whats the use of the alias field?

http_pengine_create accepts application/json, but POST requests to http_pengine_send only accept application/x-www-form-urlencoded =8cO

bug

I'm sending next events as x-prolog with body ``` next ``` and getting back this strange beastie when it goes to destroy: ``` json { "data": { "data": [{"X": "c"}],...

I'm at over 10 minutes now, trying to find the documentation for the javascript for pengines. The document IS somewhere, I've seen it before, but finding it is a freaking...

Documentation