-
I'm running CentOS Linux release 7.2.1511 (Core) minimal fresh install. I then proceed to execute the following:
``` bash
yum -y update && reboot
# once rebooted
yum install -y epel-release
yum grou…
-
After install the sevice , while i run
> bash tesh.sh
> everything is ok on dummy test.
however, if i run
> sudo service stenographer start
> sevice cannot be started, i check the syslog and fou…
-
2016-01-07T05:11:38.964059+00:00 localhost stenographer[259]: 2016/01/07 05:11:38 Starting stenotype
2016-01-07T05:11:38.964449+00:00 localhost stenographer[259]: 2016/01/07 05:11:38 Starting as "/usr…
-
Classification: Bug
Reproducibility: Always
## Summary
Plover won't load when switching between 2.5.8 and 2.5.8+440.gced379f.
## Steps to Reproduce
I started using build 2.5.8+440.gced379f.
I went …
-
In order to support multiple languages, which use various steno machines, Plover should read the configuration from a file.
For instance, in Italy there is the Michela stenotype (stenoterminale Michel…
-
Classification: Crash
Reproducibility: Always
## Summary
weekly-v137 does not run
although I not installed other weeks
Summary of the problem.
```
bms@FortBoyard:~$ sudo pip install https://githu…
-
Out of curiosity, what sort of effort do you think would be required to port stenographer to Mac OS X? I'm getting one error from `go build`:
```
# github.com/google/stenographer/blockfile
blockfile/…
-
I dunno if this is something done by traditional stenotype systems, but since Plover knows every word that passes through it, it occurs to me that it could log them, figure out which keystroke-heavy w…
-
Trying to build/install the current master on Ubuntu.
-- output of ./install.sh
Making sure we have sudo access
Killing aleady-running processes
stop: Unknown instance:
Checking for package 'libaio-…
schwo updated
9 years ago
-
Currently, if stenotype is watching an interface that gets exactly zero packets, it will block forever in PollForPacket, because we pass in -1 (block forever), and it does exactly what we ask it to do…