Alexis Hernandez
Alexis Hernandez
WARNING: This PR is huge and needs to be reviewed carefully, we have already performed many manual tests + ported many other tests from PAPI. ## Intro The main goal...
Follows up from #7410
The Batch backend configuration depends on entries prefixed by "genomics" which is the wrong term, this entry has been renamed to "batch-api". Also, the usages for these configs were renamed...
I maintain a [plugin](https://github.com/AlexITC/scala-js-chrome) and a [template](https://github.com/AlexITC/chrome-scalajs-template) to create browser extensions with Scala.js. I'm interested to push the macrotask-executor to these repos but I still don't understand the differences. For...
The install options should display the [playstore link](https://play.google.com/store/apps/details?id=net.cazadescuentos.app) with the proper image,
The core functionality is to notify users about discounts, hence, it makes no much sense to keep notifications disabled, let's prevent the app usage until the notifications are enabled if...
Let's find a way to get the push notifications in Safari, the better way I have in mind is to use Firebase right now. NOTE: This is only for the...
The current ServiceWorker is very basic, there are lots of potential enhancements, like caching http requests so that the app works with no internet connection.
Ideally, the whole code is in scalajs, right now, the ServiceWorker code is in JavaScript. Migrating it is non-trivial but it can allow adding more complex logic in the future,...