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
From the implementation perspective, I can see how align mask would be more convenient. But from the API perspective in the Request, it's not very nice. For one, it's not clear if the mask is just supposed to be alignment - 1 or the !(alignment - 1) from the documentation. Would it be simpler to just receive the alignment and document that it has to be a power of 2?
The text was updated successfully, but these errors were encountered:
From the implementation perspective, I can see how align mask would be more convenient. But from the API perspective in the
Request
, it's not very nice. For one, it's not clear if the mask is just supposed to bealignment - 1
or the!(alignment - 1)
from the documentation. Would it be simpler to just receive the alignment and document that it has to be a power of 2?The text was updated successfully, but these errors were encountered: