Unimplemented pattern #960
AlexisQapa
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hey @AlexisQapa! Thanks for the suggestion, but we're not quite sure how this would work. Can you try sketching out a working implementation? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Playing around your latest attempts at updating the lib with concurrency, I remembered a nice tip from here :
https://www.swiftbysundell.com/tips/using-function-for-userdefaults-key-consistency/
instead of
This is nice but one need to properly name the struct fields. I guess a better solution could be made around Mirror or maybe simply by wrapping it in a free function with a shape like absurd.
edit: this surely is workable with a publisher too
Beta Was this translation helpful? Give feedback.
All reactions