Joris Borgdorff
Joris Borgdorff
Unless there is absolutely no doubt that a service will exit whenever it stops listening to a public port, it might be good to add a health check to the...
The installation page https://pyjnius.readthedocs.org/en/latest/installation.html does not mention where to get the pyjnius from. Perhaps an extra line with the `git clone` + repo name would help? ## --- Want to...
Click region for the button widget was only the content. Since the whole button widget area responds to mouseover, this is a bit counterintuitive, so I made the whole button...
After doing a pull with a large update (a lot of commits), `tsc` may give typescript issues such as: `csServerComp/Classes/Feature.d.ts(3,9): error TS2300: Duplicate identifier 'type'.` This is not solved by...
This allows it to connect to repositories with an empty client secret configured. See comments in RADAR-base/ManagementPortal#312.
Ideally, plugins could be loaded from a URL, a signature checked, and the plugin can be loaded using `DexClassLoader`. That way new/updated plugins can be loaded after the app has...
Currently, `minify` is `false` in `app/build.gradle`. Find the correct settings to enable minification.
We could use [Android `AccountManager`](https://developer.android.com/reference/android/accounts/AccountManager.html) to provide a proper login to our system, once that's set up. Then the patient ID and allowed services follow from that login.
We could consider to process privacy-sensitive data, but to encrypt it before sending it to the server. Keys to the encryption could be provided to researchers that are allowed to...
On our DAV server, two functions on directories failed: 1. `check()` returned `False` when passed dav.check('/path/to/mydir'), where mydir is a directory 2. `is_dir()` raised a `MethodNotSupported` error on files Fixed...