-
AFAICT the various packages that are installed from anaconda can be combined into one:
https://github.com/m-labs/artiq/blob/master/.travis/get-anaconda.sh#L8
https://github.com/m-labs/artiq/blob/maste…
-
Talking with Neal yesterday at JQI it's clear that not everybody is going to know about how to get ARTIQ up and running with what we've got so far. One improvement is explicit discussion of which OSs …
ghost updated
9 years ago
-
```
Does the issue occur in "quirks mode", "standards mode" or both? If you don't
know, does your HTML page contains a DOCTYPE declaration?
Standard
What version of GWT are you using? 1.4.60? 2.0.4…
-
```
Does the issue occur in "quirks mode", "standards mode" or both? If you don't
know, does your HTML page contains a DOCTYPE declaration?
Standard
What version of GWT are you using? 1.4.60? 2.0.4…
-
```
Steps to recover things back to normal
(1) Somehow the XML format has changed and should include receiver
(and maybe originator as well)
(2) There is a need for new mapid (until we resolve …
-
I encounter an error running `$ make.py -X ~/artiq-dev/artiq/soc -t artiq all` following the instructions here
`https://github.com/m-labs/artiq/blob/master/doc/manual/installing.rst`
``` makefile
r…
ghost updated
10 years ago
-
The default theme.conf contains the line `bootswatch_theme = ""`. When building a project with Sphinx 1.3a0 under Python 2.7.5, this works fine, but with Sphinx 1.3b2 under Python 3.4.2, this fails to…
-
Right now the test names are named sequentially 0,1, etc in Parameterized:
@Override
protected String getName() {
return String.format("[%s]", fParameterSetNumber);
}
@Override
protected String test…