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
In that task I did not implement an API for this in the stream module – the namespace declarations are currently entirely ignored.
I've looked initially into how this could be done, but for now I don't have anything satisfactory. Certainly I wouldn't want the current API to be broken by the changes... and I wouldn't want to introduce a bazillion new method variants. Maybe we could have some kind of flow builders, expanding on the idea already used in DecoderFlow?
In any case, I do not have any use case for this yet (the nanopublication one doesn't use Pekko anyway), so this is a low priority task for now.
The text was updated successfully, but these errors were encountered:
Issue: #244 + more
This is a complete rewrite of the stream encoding API in the jelly-stream module. The previous methods in EncoderFlow and EncoderSource were replaced with flexible builder APIs that give even more flexibility. Notably, now it is possible to include namespace declarations in the streams.
Follow-up of #227
In that task I did not implement an API for this in the
stream
module – the namespace declarations are currently entirely ignored.I've looked initially into how this could be done, but for now I don't have anything satisfactory. Certainly I wouldn't want the current API to be broken by the changes... and I wouldn't want to introduce a bazillion new method variants. Maybe we could have some kind of flow builders, expanding on the idea already used in
DecoderFlow
?In any case, I do not have any use case for this yet (the nanopublication one doesn't use Pekko anyway), so this is a low priority task for now.
The text was updated successfully, but these errors were encountered: