Soma Rádóczi
Soma Rádóczi
@lnogueir I ended up using the standard `html/template` library to load the template and then just wrote its content to a string variable
If I only pass one callback function it doesn't throw the error. How could I solve this problem when I need to call multiple callback functions, depending on the type...
I haven't research mw2 yet. Can the xmodels be extracted from the game files?
Thanks! Currently I am rewriting the plugin in rust for better performance, as soon as I will finish supporting the already supported games, I will take a look at if...
There is a project called [Pyo3](https://pyo3.rs) which can build python module from rust code. I am writing most of the plugin in rust for better performance (asset loading, transforming data...
Actually using `window.parent.document.getElementById` (or any other function to retrieve the element) works. What I haven't manage to do yet is that the widget and the iframe has a very small...