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
As is, it is impossible to fail gracefully in NifEncoder::encode. This is a big design flaw, as things like allocation errors can happen when encoding a value.
When that is done, all existing encoders should be changed to fail gracefully instead of panicking.