bee.lua icon indicating copy to clipboard operation
bee.lua copied to clipboard

Lua runtime and toolset

Results 4 bee.lua issues
Sort by recently updated
recently updated
newest added

I just want to use `bee.filesystem`, etc. with native lua. How would I do that?

It looks like this test should only run on macOS, but it's causing failures for me on Ubuntu Linux 18.04. Deleting these lines fixed the build for me. https://github.com/actboy168/bee.lua/blob/5819270328dfa68bef72851d5bb9976fe4c1ff48/test/test_filesystem.lua#L571-L574 Info...

I've tried to run the tests on FreeBSD but they fail since they are killed by SIGBUS. There seems to be a problem with creating the file watcher from Lua....

Is there any documentation for added methods, how to use and etc? From tests I have some understanding, but not fully.