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
The example from the README, compressed = transcode(GzipCompressor, "test string"), gives the following error:
MethodError: transcode(::Type{GzipCompressor}, ::String) is ambiguous. Candidates:
transcode(T, src::String) in Base at c.jl:306
transcode(::Type{C}, args...) where C<:TranscodingStreams.Codec in TranscodingStreams at ...\.julia\packages\TranscodingStreams\5yQuA\src\transcode.jl:33
Possible fix, define
transcode(::Type{C}, ::String) where C<:TranscodingStreams.Codec
This seems to be a new issue with the recently released version of TranscodingStreams (v0.9.12).
The text was updated successfully, but these errors were encountered:
The example from the
README
,compressed = transcode(GzipCompressor, "test string")
, gives the following error:This seems to be a new issue with the recently released version of TranscodingStreams (v0.9.12).
The text was updated successfully, but these errors were encountered: