- Nov 19, 2020
-
-
Bekerle, Patrizio authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
Reiter, Christoph authored
-
Steinwender, Tamara authored
-
- Nov 16, 2020
-
-
Reiter, Christoph authored
While it's nice to have a fixed chrome version it slows down the yarn install, downloads a lot of things, and the chrome version depends on various system packages so one needss to have chromium installed anyway. This means developers that want to work on tests need firefox and chdomium installed. Sadly I couldn't find a way to make browsers optional in case the developer only has one installed.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Use tdd in all cases to be more consisstend. Also since last year we can use chai with rollup directly, so do that everywhere instead of relying on karma-chai injecting it in to the global scope.
-
- Nov 11, 2020
-
-
Steinwender, Tamara authored
-
- Nov 10, 2020
-
-
Reiter, Christoph authored
we use ayarn workspaces now
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
-
- Nov 09, 2020
-
-
Steinwender, Tamara authored
-
Bekerle, Patrizio authored
-
Steinwender, Tamara authored
-
Bekerle, Patrizio authored
-
- Nov 03, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We already do all this in createVideoElement
-
Reiter, Christoph authored
We no logner use that library and the "qr-scanner" altternative turned out to be better, so remove it completely.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 28, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 22, 2020
-
-
Reiter, Christoph authored
We now queue it and in the callback check if the scan is still active, and go from there. This means we redraw all the time and detect mostly in the background. This results in worse perf with the old library since that isn't async, but we can always revert if needed.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This allows the detection to be async and pasue execution between capturing the image, analyzing it and then finally drawing it.
-
Reiter, Christoph authored
With both being async it's hard to follow what would happen if both run at the same time, so just prevent it and serialize start/stopping instead.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
so 'this' is the same
-