-
Hi,
I find:
```
arbitrary(object, Arbitrary) :-
findall(Object, current_object(Object), Objects),
member(Arbitrary, Objects).
arbitrary(protocol, Arbitrary) :-
finda…
ghost updated
8 years ago
-
``` bash
λ apia Test.agda --atp=metis --atp=z3 --output-dir=.
Proving the conjecture in ./Test/13-8744-comm.fof
ERROR: op/3: No permission to create operator `'|''
(error "failed to open file './Test/…
-
I hope this is the right address, as I could not find "CUPS mailing lists" mentioned in the guidelines. Also I think this is an non openSuSE related/upstream issue:
I never had problems with cups and…
-
Steps to reproduce
------------------
Really difficult to figure out when exactly this happens. However, I installed a myriad of different modules to eventually make SpeechRecognition to work on 3…
-
This is on MacOS X 10.9 (Mavericks).
My swi-prolog 6.4.1 was working fine, I think
I notice a lot of this sort of build output:
```
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault…
kowey updated
8 years ago
-
I cannot get `nuget pack X.csproj` to recognize package dependencies in a project. Amazingly, when packaging, the diagnostic message _“Found packages.config. Using packages listed as dependencies”_ is…
-
```
What steps will reproduce the problem?
run scoop as a module and --log log.txt
What is the expected output? What do you see instead?
Write all logging to a file. Instead:
python3 -m scoop -n 2 -…
-
```
What steps will reproduce the problem?
1. Install Ubuntu's swi prolog
2. Install latest pyswip from Google code site
3. Import prolog module
4. Watch Python interpreter die.
The problem is that P…
-
```
What steps will reproduce the problem?
run scoop as a module and --log log.txt
What is the expected output? What do you see instead?
Write all logging to a file. Instead:
python3 -m scoop -n 2 -…
-
Sometimes the exercises in the guides require order a list by a condition. It would be great if Wollok could support it.