Manav Rathi
Manav Rathi
Here is a TypeScript definitions file that I wrote for Strudel: https://github.com/mnvr/strudel-ts It is _not_ a complete solution. I can't figure out if it is my TypeScript fu that is...
Thanks for taking a look! If it wasn't absolutely clear, I agree with you totally, I don't think moving to ts might be the right choice for Strudel - I...
Hah, found it! They seem to be using a build script to generate the `.d.ts` - [svelte/scripts/generate-types.js](https://github.com/sveltejs/svelte/blob/main/packages/svelte/scripts/generate-types.js). This seems to be using `import { createBundle } from 'dts-buddy'`.
Hey @aakankshabhende, thank you for helping out! As @bjherbison mentioned, this behaviour perhaps makes sense for most (all?) search bars, so we can add it to both auth and photos...
Thanks for the report! This issue has already been fixed, but we've not yet deployed the fix. I'll let you know when we deploy the fix too (it might happen...
Note that there already are docker images that we publish - https://github.com/ente-io/ente/pkgs/container/server However, to create an standalone demo "appliance", the steps that need to be done are: 1. Create an...
Hey @horiaconstantin-cpi, thanks for reporting this! This looks like some local cache issue. As in, I tried the steps you described, and the actual edits are getting preserved correctly, but...
While I understand that this tripped you up, I am not sure about this change. I might be an outlier, but I feel every extra button and word in the...
I've called out the need to select the ZIP file as the export format better in the [FAQ](https://ente.io/faq/migration/from-google-photos/). And I'll keep thinking if there is a better way in which...
I've cherry-picked the change to next.config.base.js (well, effectively something that get the same functional result by making the git sha an optional property) in https://github.com/ente-io/ente/pull/1073 As for the dockerfile, we'll...