Matthew Palmer

Results 29 comments of Matthew Palmer

@dltlr no real updates, unfortunately. Haven't really had time to flesh this out fully

Only one piece of data is stored under an account, so when you call updateData it will overwrite whatever's currently stored for that account. Re the second issue, if you...

It used to, but got removed in the 2.0 rewrite. Would love to see it added back in if you have time to open a PR :) > On 23...

There's a release version of Locksmith (`3.0.0`)—try it out and reopen if the issue persists 👍

Would you be able to create a sample project replicating this issue? Thanks!

This is proving to be tricky--it's pretty common for the archive url computed server side to fall out of sync with the actual url for a message. Still worth doing...

I really want to be able to e.g. open a link from twitter in safari, then copy that URL into Charter to read it there. That requires bidirectional matching up

This has the potential to be a lot of maintenance… unlikely to be worth it from a personal time investment perspective. I think search (maybe?) will help alleviate some of...

Not at the moment, unfortunately. However I would love to see a PR for this if you could possibly do one :) The relevant keychain constant is `kSecAttrSynchronizable`, which is...

Also, [this has existed in Locksmith in the past](https://github.com/matthewpalmer/Locksmith/commit/c06d1fbcfb385cbff82ef1c241c4b8a9d9ebfd30). Files from that commit might help/you might be able to use them :)