Vishnu Mohandas
Vishnu Mohandas
## Basic Information **Name:** ente **Category:** Encrypted cloud storage **URL:** https://ente.io ## Description ente is a privacy-friendly alternative to Google/Apple Photos that let's you easily backup and share your photos...
We are protecting our Sentry instance behind Cloudflare Access, and it makes it impossible to report events without a tunnel. So similar to the Javascript SDK, it'd be great if...
## :scroll: Description This change injects DSN into the `SentryEnvelopeHeader` class and serializes it if available. ## :bulb: Motivation and Context This change ensures that the DSN is passed to...
The example app uses the [`fontVariationSettings`](https://developer.android.com/reference/android/R.attr#fontVariationSettings) and [`ttcIndex`](https://developer.android.com/reference/android/R.attr#ttcIndex) attributes which were introduced in API level 28. Current build failure log: ``` example|⇒ flutter run Launching lib/main.dart on ONEPLUS A5000 in...
Currently I'm using [flutter_background_fetch](https://github.com/transistorsoft/flutter_background_fetch) to periodically call `PhotoManager.getAssetPathList` to find photos and videos that were added/modified. Would it be possible for `PhotoManager` to accept a function that should be executed...
Calling `randombytes.RandomBytes(24)` returns the following error: ``` ../../pkg/mod/github.com/!go!killers/[email protected]/randombytes/randombytes.go:79:77: cannot take the address of _Cmacro_randombytes_salsa20_implementation() ``` Thanks for the port. Any help to resolve this would be much appreciated! 🙏
## Bug report **Describe the bug** On iOS, registering a top-level function with `FirebaseMessaging.onBackgroundMessage` does not guarantee that it will get invoked when a data-only push (without a notification payload)...
Currently we have a limit of 4GB per file: https://ente.io/faq/general/file-size-limit/ Removing this would require us to provide resumable uploads and downloads, across all clients, to ensure a decent user experience....
Even with "Unrestricted" usage permitted within Battery Settings, the app does not always show notifications for items that have been added to an album the user is a part of....
Toasts for certain actions like hiding / moving an item, could contain an "undo" button that reverses the operation.