Cody Tilkins

Results 150 comments of Cody Tilkins

Shall something like this be added to the readme?

Please note there is `xformers==0.0.027.post2` as well. No idea what post2 actually brings.

Could you provide more information? A reproducible bit of code at least would be helpful to understand what you are trying to do.

This is weird behavior because that directly calls a native function within the dll library. What version of Lua were you using?

Seems like in lua53 luaL_dofile will call luaL_loadfile which calls luaL_loadfilex (just like lua) with mode null which calls lua_load within the dll library. Yada yada if it fails it...

I got around to trying it out, and have confirmed the issue. Investigating.

![image](https://github.com/user-attachments/assets/ae68e366-56ab-44b1-859f-bee7f985ed76) .................. Can't fix without modifying source...... (which means rolling custom code lib-side D:) This confirms the issue with lua_loadstring ```cs var L = luaL_newstate(); luaL_openlibs(L); { byte[] bytes =...

That might depend on the mode "bt", actually, but I am certainly not walking the code to find out what specifically is going on. Lua traditionally has a very bad...