Lincoln Bryant
Lincoln Bryant
the hex.pm package is severely old (2022). need to update it with the latest & greatest once the doc push is done
The application prefix has a format like this: ``` 0xMM 0xNN ``` where MM is always 00 and NN is the prefix code for the application (e.g. Overworld is `0x64`)...
Work in progress PR for allowing apps to have multiple protobuf schemas. Need to break the 1:1 connection between apps and prefixes, so the router can know where to send...
The zone behavior has a lot of mechanisms for sending messages to clients that are sort of tucked away in private functions. Then, for things like the beacon module we...
When trying to boot Overworld as an Elixir dependency, I get the following error: ``` 04:16:22.145 [notice] Application overworld exited: :ow_app.start(:normal, []) returned an error: shutdown: failed to start child:...
I'm using a library that uses the order function with `table.sort()` to sort tables. If `nil` values are inserted into the table, the sorting function will attempt to compare them...
This PR attempts to lightly adapt the Lua 5.4.7 test suite to Luerl. I have gone through most (if not all) of the tests and commented out the tests that...