Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed string conversion to utf8 vs binary (closes #563) #564

Merged
merged 2 commits into from
Nov 30, 2023
Merged

fix: fixed string conversion to utf8 vs binary (closes #563) #564

merged 2 commits into from
Nov 30, 2023

Commits on Nov 26, 2023

  1. fix: fixed string conversion to uf8 vs binary (closes #563)

    @andris9 this is a core bug that needs merged/fixed
    
    details are in #563 
    
    calling `compiled + "something"` will result in the buffer being converted to utf8 instead of binary, since the default buffer.toString is utf8
    titanism committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    55611b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    a8fbe83 View commit details
    Browse the repository at this point in the history