Markus
Markus
One more info: The provided go-fuse example loopback works and [does not have the problems](https://github.com/rfjakob/gocryptfs/issues/914#issuecomment-3033424036).
I have a similar issue when the app is moved into background and comes back again: tabTextFontSize is not applied in this case, too.
One more info: culprit is `targetSdkVersion 36`. You can compile with `compileSdkVersion 36` and `targetSdkVersion 35` and the problem goes away: ```gradle android { compileSdkVersion 36 buildToolsVersion "36" // ndkVersion...
Thank you very much, this would be a really great feature to fix missing photos in auto upload! > I wonder what happens if the user has "what to do...
Any updates on this? Got ~30 photos that didn't sync since July and cannot make auto upload upload them. Even removing the folder from auto upload and adding it again,...
Thanks for your fast replies! MacFarlane's implentetion looks good. Only difference I'd prefer is that custom attributes besides data-* can be set. If I read the specs correctly it looks...
> Setting any normal HTML attributes is possible. I have it running locally: Thanks for the info, looks like the examples in the [spec](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/attributes.md) are slightly wrong then. Edit: Ahh...