Kenta Murata
Kenta Murata
@kammerer I understand the inconvenience that a Python object referred from Ruby isn't freed when leaving the scope. The reason is Ruby's mark-and-sweep GC. Currently, you can use `PyCall::PyPtr.decref` class...
@svilenkov I'll investigate what's going on. Thank you for the report.
@IpProxyNeon Could you describe what you want to do in more detail. It is better to explain with the concrete code examples. What code do you want to write with...
I'm not familiar with discordrb and Hata, so please show me what you want to do in a simple code example.
Please show the code and the conditions for reproducing this error.
I'm not altogether familiar with Telethon (I didn't know that as of today), so this answer may be wrong. You passed a symbol to Python-side. But the code in Python-side...
Inlining JS file can fix this issue, I think. I want to introduce a feature like [`load_notebook` in bokeh](https://github.com/bokeh/bokeh/blob/8eade19b437361ff5de1a2ea8dc43c6b87da39fb/bokeh/util/notebook.py#L8). It can allow us to specify where assets are loaded from....
I've submit a pull-request https://github.com/domitry/nyaplot/pull/80
@mknkmyzk Thank you very much, and I'm very sorry to be too late.
@buncis Thank you very much!