Replies: 2 comments
-
Alternatively, a way to extract a slice from the bytes would also be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good idea, I will do it now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm storing hashes in the database as the Bytes type. The hashes are long enough that I don't always need to query the entire hash (see how git show $HASH does not need the entire hash, but just the beginning). Would it make sense to extend starts_with to Bytes? I'm ready to implement it.
Beta Was this translation helpful? Give feedback.
All reactions