swish
swish copied to clipboard
SWI-Prolog for SHaring: a SWI-Prolog web IDE
Hi there, We're considering using your CodeMirror syntax highlighting on Exercism. I wanted to ask if you have any interest in releasing it as a standalone package that others can...
Even if `uglify-js` is among the dependency, running `yarn` does not install it
Hello! Once again, thank you for your work on Swish and SWI-Prolog. :) I have successfully got Swish installed and running on Ubuntu 20.04. It is exposed via a Nginx...
Environment: SWISH Docker Container (swish/swish) in the latest version. When trying to switch the basic auth by uncommenting the last line in https://github.com/SWI-Prolog/swish/blob/fd7e65872d0078405943687b43f18abb1d1c87a5/config-available/auth_http_always.pl#L36 or https://github.com/SWI-Prolog/swish/blob/fd7e65872d0078405943687b43f18abb1d1c87a5/config-available/auth_http.pl#L33 It does not seem to...
`?-write(' '), write('test'), write(' ').` prints only `test` to the output window. This (together with #119) makes for example pretty-printing trees like this ``` g c f a e b...
1. Open https://swish.swi-prolog.org/p/is_highlight_demo.swinb 2. Run the query EXPECTED: a list OBSERVED: list has is oddly highlighted- parens around it, and it's blue. This is confusing for students. I've no idea...
`make packs` downloads the packs but does not compile them. So pack `rserve_client`'s C library is not compiled and the interface with R does not work unless the pack is...
I've added a button to download the prolog code of a notebook in a file called program.pl
When I edit the source code of my program, the editor doesn't get the indentation correct: * Type `demo :-`, press Enter, press Backspace 4 times, press Tab, press Enter....
I logged in with my StackOverflow account yesterday (RaneWrites). I worked on a program that I saved as logic_rane.pl. When I logged back in today with the same StackOverflow account...