Open
Description
Obviously not a big problem but there a couple places I have noticed where emacs autosave files cause issues
Deployment of configs on android
04-02 17:52:13.417 17052 17069 D HaskellActivity: HaskellActivity: Config present in config.files but not in assets: "common/ngrokRoute~"
04-02 17:52:13.417 17052 17069 D HaskellActivity: CallStack (from HasCallStack):
04-02 17:52:13.417 17052 17069 D HaskellActivity: error, called at src-android/Obelisk/ExecutableConfig/Lookup.hs:51:18 in obelisk-executable-config-lookup-0.1.1-4ZmHaEX25eh8ZeYAhjIihS
04-02 17:52:13.417 17052 17069 D HaskellActivity: :Obelisk.ExecutableConfig.Lookup
Not sure the reason for this but my guess is that the file is not copied but somehow the android app looks for it? The logic of the application never asks for the common/ngrokRoute~
file or the ngrokRoute
Insane levels of reloading due to this logic here: here. Which quickly leads to storage being exhausted.
Metadata
Metadata
Assignees
Labels
No labels