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
Lune does not currently provide a way to do base64 or hexadecimal encoding/decoding. Both of these would be extremely useful when interacting with various APIs over HTTP.
The text was updated successfully, but these errors were encountered:
You can implement hex encoding/decoding in pure lua/luau, but, you can also do the same for JSON, TOML, Base64, etc, to varying ease of implementations. Having these as part of serde is a lot more of a QoL and performance interest than a necessity.
You should specify that you want support for hex and base64 encoding for serializing data. The current issue is a bit vague and comes off as general support for them.
Lune does not currently provide a way to do base64 or hexadecimal encoding/decoding. Both of these would be extremely useful when interacting with various APIs over HTTP.
The text was updated successfully, but these errors were encountered: