nyankers

Results 4 issues of nyankers

When storing a state that's `undefined`, the Persistence plugin will store this `undefined` as the string `"undefined"` which fails on future loads. Something like this can recreate the issue: ```...

bug
plugin
hookstate-4

This one's just a suggestion. While probably not necessary on non-persistent servers (you could handle it across reboots), there's currently no way to rename objects on persistent servers short of...

enhancement

Bitser only deserializes the first instance of a class instance, because future instances access the `seen` table, which stores the value passed to the deserializer rather than the value resulting...

Per `md4c.h`, a callback may abort further processing by returning non-zero. This is partially implemented in the various direct calls to the callback functions, but because all of these functions...