genofire
genofire
unnecessary complicated for me the source code is easier to read, if it is formated like before.
Okay we have a big problem -> Component does not work: - we should provide a better error handling (the Resume error is not handle in StreamManager) + revert example...
@rosa2 thanks for that tipp - does not work for me ;( sadly my nextcloud does not want to open office files, just download them - see an webdav url...
Oh yes - it would be fantastic
i believe both is solved: #531 and this ... maybe close this issue?
related : https://github.com/vector-im/hydrogen-web/issues/518
``` name is null This occurred while running mountView@https://matrix.sum7.eu/hydrogen-1840656832.js:3720:12. avatarInitials@https://matrix.sum7.eu/hydrogen-1840656832.js:17807:21 get avatarLetter@https://matrix.sum7.eu/hydrogen-1840656832.js:21285:16 _avatarLetterChanged@https://matrix.sum7.eu/hydrogen-1840656832.js:4252:13 mount@https://matrix.sum7.eu/hydrogen-1840656832.js:4260:14 mountView@https://matrix.sum7.eu/hydrogen-1840656832.js:3718:17 view@https://matrix.sum7.eu/hydrogen-1840656832.js:4132:12 render@https://matrix.sum7.eu/hydrogen-1840656832.js:5699:23 mount@https://matrix.sum7.eu/hydrogen-1840656832.js:3943:27 mountView@https://matrix.sum7.eu/hydrogen-1840656832.js:3718:17 view@https://matrix.sum7.eu/hydrogen-1840656832.js:4132:12 mapView/
is there already work done? Or should we wrappe it @ vueJS for the moment?
Okay, for this feature i could not create a PR - but for the others issues, would you like to review and merge?
Use for it: ```golang cacheDir, err:= os.UserCacheDir() if err == nil { cacheDir = path.Join(cacheDir, "gohls") } else { your fallback ... or panic } ``` (see [docu](https://golang.org/pkg/os/#UserCacheDir))