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
PR #1148 changed the way requests ensure sufficient space is allocated in the IOBuffer, so readbytes! now calls Base.alloc_request. However, Base.alloc_request strictly requires IOBuffer while this readbytes! method uses a Base.GenericIOBuffer.
This leads to a MethodError in CloudStore.jl (see this issue).