-
All but one of the Arch packages I need can be installed like this:
```
pacman -Syu tcl glibmm libtirpc readline libxt libxmu libxpm pcre net-snmp re2c darcs python2 netcdf hdf5 libpng bzip2 libxml…
-
Some pages, e.g. the "projects" page, use animations when loading the page.
While this may be seen as a "fresh and active" style which pleases managers and such, if actually decreases usability becau…
-
Due to some if and endif, I can compile this module with epics 7, but I cannot load it within iocsh with ESS EPICS environment (e3), because of undefined symbols. With the following quick-and-dirty p…
-
Hello,
I'm unable to build the master branch after the last merges...
```
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.c…
-
Hello,
after merging the last changes, I'm unable to build CS-Studio.
Here the error building `org.csstudio.utility.pvmanager.ui`:
```
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-…
-
Here is as reported by Geyang to reproduce the crash.
1. Run the following server script
```
$ python server.py > /dev/null
```
2. Monitor the value change
```
$ camonitor mtest…
-
As a developer looking to write IOC unit tests, I would like emulators to listen to "backdoor" commands so we can change its state/settings at runtime.
Take the emulator for cryo valve created as par…