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
I would like to contribute, adding some codecs for the Native and JS platforms. For example, the bytea type can also be converted to JS UInt8Array.
I just have one question regarding the code style of skunk. Those codecs should be included in the core project? Or it is better to have them in their own project, like the circe and refined codecs?
The text was updated successfully, but these errors were encountered:
I have opened the draft PR, exposing the idea of the UInt8Array to bytea codec, as a showcase to add more codecs if everything is ok. What do you think about the package scalajs.codec and the codec name?
Hi 👋!
I would like to contribute, adding some codecs for the Native and JS platforms. For example, the
bytea
type can also be converted to JSUInt8Array
.I just have one question regarding the code style of skunk. Those codecs should be included in the
core
project? Or it is better to have them in their own project, like thecirce
andrefined
codecs?The text was updated successfully, but these errors were encountered: