Markus Junginger
Markus Junginger
@vaind Did you have any initial perf results yet? We go with TypeScript, right? For web, I would even go forward with TypeScript if it would be significant slower that...
> So it's not a clear decision (from the performance perspective) unless a small benchmark is created. No need. As I've mentioned before, the decision about the tech stack is...
Is there any chance to get rid of Guava completely? 1.7 MB is quite a lot in terms of Android.
A static library (.a) is an archive and thus has a different file header. I take it that this is not supported. Maybe update the readme?
Or, XELFViewercould read the archive :grin: (feature request). E.g. "merge" the data of the .o files. For inspiration also: https://apps.kde.org/de/elf-dissector/ I love the idea of treemaps for elf/libs. But I...
Related issues: #46, #499, #806 - not sure if we need those three and this one to track it.
> Any chance the plugin could be open sourced? We wanted to do this for quite some time, but just didn't find the time to do it. Maybe this a...
> Indeed, at build time, which F-Droid does. Every app on the F-Droid FOSS store is built by F-Droid server OK, that's actually a good reason to prioritize open sourcing...
For now, the recommended way is to use protocols for common behavior and duplicate the properties in each type. At some point we'll consider some limited inheritance, e.g. define base...
Could you try the following (pseudo code) to open the store: if Store.isOpen(directory) { store = Store.attachTo(directory) else { store = Store(directory: directory) } If the app goes into background,...