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
We're now using cid.Cid{} (empty) as the "nil" CID. Unfortunately, refmt won't encode this to null. With polydawn/refmt#36, we can at least omit empty CIDs however, we still need to be able to do something intelligent with empty/nil CIDs.
We could just panic or return an error but, IMO, we should do something a bit smarter.
We can also inject a token "mapper" to transform the token stream. It may be worth adding this feature to atlas entries?
The text was updated successfully, but these errors were encountered:
We're now using
cid.Cid{}
(empty) as the "nil" CID. Unfortunately, refmt won't encode this to null. With polydawn/refmt#36, we can at least omit empty CIDs however, we still need to be able to do something intelligent with empty/nil CIDs.The text was updated successfully, but these errors were encountered: