Tim Becker

Results 20 comments of Tim Becker

Not sure if I understand your question, but yes the library can encode bencoding. Could you describe what you want to do instead of just posting code?

The text & sample are pretty clear about encoding not decoding... Not sure why you'd need a stream interface to encode a Javascript Object to beencoding...? Not sure to what...

I think I'm still not entirely clear what the problem is. Currently, the encode function takes the infoDictionary to be encoded. I can't really think a a scenario that the...

I'm on version 1.84.1 +3552 and have similar behavior, notes don't disappear per se, but they end up blank/empty in the app. I've not quite understood what triggers this behavior,...

``` {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"--------- App Launched ---------"} {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"--------------------------------"} {"t":1654799975545,"l":"i","msg":"AppConfig","p":{"onBoardingCompleted":"true","collectCrashReports":"true","version":"0","validateProMode":"true","proExpirationDate":"null","debugLogLevel":"v","experimentalMarkdownToolbar":"false","experimentalGraphView":"false","experimentalAccounts":"false","experimentalGitMerge":"false","experimentalGitOps":"false","experimentalTagAutoCompletion":"false","experimentalHistory":"false"}} {"t":1654799975576,"l":"d","msg":"Analytics Collection: true"} {"t":1654799975576,"l":"d","msg":"Analytics Storage: /data/user/0/io.gitjournal.gitjournal/files/analytics"} {"t":1654799975588,"l":"i","msg":"Repo Ids [0]"} {"t":1654799975588,"l":"i","msg":"Current Id 0"} {"t":1654799975590,"l":"d","msg":"Event.StorageConfig","p":{"folderName":"other","storeInternally":"true","storageLocation":"","id":"0"}} {"t":1654799975590,"l":"d","msg":"Event.FolderConfig","p":{"noteFileNameFormat":"FromTitle","journalNoteFileNameFormat":"FromTitle","yamlModifiedKey":"modified","yamlCreatedKey":"created","yamlTagsKey":"tags","yamlEditorTypeKey":"type","yamlHeaderEnabled":"true","defaultEditor":"Markdown","defaultView":"Grid","defaultFileFormat":"Markdown","sortingField":"Modified","sortingOrder":"desc","showNoteSummary":"true","folderViewHeaderType":"TitleGenerated","imageLocationSpec":".","titleSettings":"h1","inlineTagPrefixes":"#","emojify":"false","allowedFileExts":".md .txt .org","id":"0"}} {"t":1654799975590,"l":"d","msg":"Event.GitConfig","p":{"gitAuthor":"true","gitAuthorEmail":"true","sshPublicKey":"true","sshPrivateKey":"true","sshPassword":"false","id":"0"}} {"t":1654799975590,"l":"d","msg":"Event.Settings","p":{"customMetaData":"","defaultNewNoteFolderSpec":"false","journalEditordefaultNewNoteFolderSpec":"","journalEditorSingleNote":"false","remoteSyncFrequency":"automatic","version":"3","markdownDefaultView":"Last...

Sorry about the mess! I'll try to clean it up in a bit . And I'll append the sync times from the git repo.

Here are the corresponding git commits The first one (bla) is me restoring the deleted version. ``` commit 589d2bb5cd2417f2010d7634e2f0f68110c0d8a9 (HEAD -> main, origin/main, origin/HEAD) Author: Tim Becker Date: Fri Jun...

What is the state of this project in general? Is `main` a working branch, or should we be using another one? I don't see how it even CAN work, e.g....

It seems to me that the tool might be able to use some polishing, especially concerning handling of error cases and reporting on progress. My main intention of writing here...

I would be interested in helping out as well. @mgliewe were you just feeling the water or have you started kicking the tires to see how feasible the migration would...