noahcgreen

Results 4 issues of noahcgreen

Hi, it seems that the unit tests do not work out of the box. I'm working in a clean conda environment with Python 3.7.13. All of the prerequisites are installed...

Fixes #144. Currently if a lua coroutine calls Python code which raises an exception, a LuaError will be raised and the original exception will be lost. This isn't consistent with...

I'd like to give my lua scripts access to some coroutines defined in Python. Here's what I tried: ``` lua = LuaRuntime() lua_yield = lua.eval('coroutine.yield') def py_task(args) # Does some...

It would be nice if the [storage volume file](https://linuxcontainers.org/incus/docs/main/reference/manpages/incus/storage/volume/file/#incus-storage-volume-file-md) API was accessible through the provider. I think this would provide a clean solution to the use case mentioned in #91...