knut
knut
https://github.com/syncthing/syncthing/issues/4718
syncthing developer replied: There is already last changed. You can look at the web ui code.
same issue here. Android works fine, but on iOS I can not lockToLandscapeLeft. The methods seems to be called because I get a "Locked to Landscape Left" on the debug...
**feature request:** 1. {{link::alias}} should search in the current site domain first. 2. Extend syntax {{link::site/alias}} to specify an alias from another site
@Aybee: I only want to insert one link. Your suggestion sounds overkill for my needs. Thanks :)
+1 same behaviour here. Where is the unmapped part coming from?
What about just using the fact that we know when the app has focus. If the app come to foreground a session starts and if the app goes to background...
Do you still have the problem? @Florent75 @Hirbod I read the code here: https://github.com/rt2zz/redux-persist/blob/master/src/persistReducer.js#L89 that if the timeout is reached the previous state could not be restored and is empty....
`query.toEdgeQL()` returns: ``` INSERT default::User { name := "user", identity := DETACHED ext::auth::ClientTokenIdentity } ``` and running the query throws error: ``` object type or alias 'ext::auth::ClientTokenIdentity' does not exist...
I run the query after a successful OpenIDConnect login flow: A corresponding entry `ext::auth::Identity` is created.