You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is different than to_match_disk. "MatchDisk" has a special file format, garbage-collection, lots of fancy features. to_be_file is only for a single binary facet, it writes the binary to disk unchanged.
The demo that this unlocks is AI image generation, where you can open the snapshot without any extra tooling. Jus ttsay to_be_file("test.jpg") and you can just open the file.
This is different than
to_match_disk
. "MatchDisk" has a special file format, garbage-collection, lots of fancy features.to_be_file
is only for a single binary facet, it writes the binary to disk unchanged.The demo that this unlocks is AI image generation, where you can open the snapshot without any extra tooling. Jus ttsay
to_be_file("test.jpg")
and you can just open the file.The beginning of it is here:
selfie/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/guts/WriteTracker.kt
Lines 106 to 144 in c757b1c
The text was updated successfully, but these errors were encountered: