Svennd
Svennd
same as https://github.com/avenirer/CodeIgniter-MY_Model/issues/296 seems like a (automated) typo.
I found the issue; Seems Embedded is [dropped ](https://construct.readthedocs.io/en/latest/transition210.html)from the construct library; A workaround could be downgrading : `pip3 install construct==2.9.52`
Thanks @caulifish I assumed DPAPI was no longer used in these versions, but I could not decypher the meaning; I also no longer have access to the dropbox data in...
I was able to reproduce the error; and turns out that a get_dir_file_info() on a index.html file returns a false. I proposed a fix, but i'm not very familiar with...
Thank you for the feedback, since you found a better/correct solution, please make a PR so mine can be rejected. I only wanted to share the error, and quickly find...
also debian 11 requires this package, and doesn't work :( Is there an alternative method of installing ? (no docker) ?
Will try this weekend.
tried, failed. I tried both the 5x and 5.1-5.2 method, they both crash the lpp. I have the dumps but cannot post them here... Anyway its doable to work around...
Hey Rinny, I tried these methods : http://lua-users.org/wiki/ModulesTutorial (adapted to vita hello world) the last one was : (there are both methods) index.lua ``` mymodule = require("app0:/test.lua") mymodule.foo() ``` test.lua...
``` mymodule = require("app0:/test") mymodule.foo() ``` this ?