Stefan Weil

Results 174 issues of Stefan Weil

A short test with `codespell` (which only finds the most common typos for English) found more than 1000 errors in `eng.wordlist`. The German wordlist `deu.wordlist` contains the well known B...

Training of Tesseract with `tesstrain` and a text containing `ϯ` creates a `unicharset` file which includes this line: ϯ 3 0,255,0,255,0,0,0,0,0,0 Coptic 273 0 273 ϯ # ϯ [3ef ]a...

enhancement

Signed-off-by: Stefan Weil

See https://lgtm.com/projects/g/internetarchive/archive-pdf-tools for more alerts.

`npm` suggests to replace Bower by Yarn: npm WARN deprecated [email protected]: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how...

enhancement

Many modern web browsers now support [HTML5](https://en.wikipedia.org/wiki/HTML5) and [WebRTC](https://en.wikipedia.org/wiki/WebRTC), features which could be very useful for users of PalMA, too. Currently, screen sharing requires special software (VNC) for the notebook...

enhancement
help wanted
user request

Currently screen sharing is only offered for Windows, macOS and Linux. Technicall it seems to be possible for Android as well, so a solution for Android devices would be nice.

enhancement
help wanted

Debian Buster is the current stable release. It replaced Debian Stretch. Among many other changes it replaced `php7.0` by `php7.3`. This requires updates for several files of PalMA. Travis CI...

help wanted

[PSR-2](http://www.php-fig.org/psr/psr-2/) is a standard (Coding Style Guide) recommended for PHP code. See also the German article in Wikipedia.

enhancement