-
Let `server.pl` consist of:
``` prolog
:- use_module(library(http/thread_httpd)).
:- use_module(library(http/http_dispatch)).
:- use_module(library(http/http_unix_daemon)).
:- initialization http_da…
-
I tried to compile the latest master, but make fails with the following error (multiple occasions):
``` c
injector.c:781:9: error: too many arguments to function 'vmi_clear_event'
vmi_clear_…
v-p-b updated
8 years ago
-
After a graphics drivers and llvm update (mesa git 2014.04.26, compiled with llvm 3.5; llvm 3.5 svn 207303) I have experienced the following problem:
libGL error: dlopen /usr/lib/i386-linux-gnu/dri/r…
-
```
What steps will reproduce the problem?
1. Going to Machine -> Add or when creating a new machine and choosing an
existing image, the browse window will only allow you to browse only one drive.
2.…
-
```
What steps will reproduce the problem?
1. Going to Machine -> Add or when creating a new machine and choosing an
existing image, the browse window will only allow you to browse only one drive.
2.…
-
```
What steps will reproduce the problem?
1. Going to Machine -> Add or when creating a new machine and choosing an
existing image, the browse window will only allow you to browse only one drive.
2.…
-
I need to intercept the command execution, so I need a way to add one more command interceptor.
Is there a build-in way to do this?
Please see my solution below. Is this the right way?
Thanks (for …
-
```
What steps will reproduce the problem?
1. Going to Machine -> Add or when creating a new machine and choosing an
existing image, the browse window will only allow you to browse only one drive.
2.…
-
Originally reported on Google Code with ID 175
```
WebDriver Selenese HTML Runner (WSHR)
This small library makes it possible to run Selenium HTML tests
programmatically.
Background
Many projects…
-
I think it's about time that we released version 0.7! I should have time to do this on Sunday.
Anyone have more changes that they would like to make before then?
@PyAbel/developers