Showmen Talukder
Showmen Talukder
@das7pad Will this be added soon?
@das7pad ```2019-01-13 09:37:55,363 INFO hangups.auth: Authenticating with refresh token 2019-01-13 09:37:55,373 INFO hangups.auth: Loading refresh_token from 'file.txt' 2019-01-13 09:37:55,376 DEBUG urllib3.connectionpool: Starting new HTTPS connection (1): accounts.google.com:443 2019-01-13 09:38:17,399 DEBUG...
@tdryer The problem is, I want to be creating an app with this library
I'm pretty sure this occurs with all `_LuaObject`, since I've experienced this with `_LuaFunction` too
Something like this ```py # Python class MyClass: def __init__(self, **kwargs): pass ``` ```lua -- Lua MyClass{hello="hello"} ```
`TypeError: cannot create 'cython_function_or_method' instances` I get the error, when one of my extensions to `discord.py` is loaded and subclasses a class, I wrapped with the decorator. Seems like the...
I have yet to try that, I will when I find time
I'm not sure if I'm doing anything wrong, but after testing it, it doesn't seem to work. So for my use case I'm trying to make the classes and functions...
Alright thanks Sent with GitHawk
Thinking about this more, is it not possible to support normal Python calls also? Just to make it easier couldn't you just dump the arguments to a Lua table object...