AphonicChaos

Results 24 comments of AphonicChaos

Sorry, I was more tossing out what might reduce unnecessary renders. I definitely think tackling open branches and solving import complexity is more important. virtual-dom and similar would make for...

@shredder004: I apologize for the horrible delay in responding to your concerns. I've been a bit inactive over the last couple of years, and as such am only now noticing...

I have it working fine on my end with cython (v. 0.17.4). I've pushed the `autodoc` branch demonstrating the beginnings of this in the (incomplete) documentation of the system module....

@Sonkun could you checkout my autodoc branch, build the docs, and tell me what you think. I'll need your feedback before I am able to continue. Once I know what...

Lazy ;-). You could just do: ``` git stash git checkout autodoc cd doc make html build/html/api/system.html git checkout sfml_latest git stash pop ``` Which would store your local changes...

Now that sfml_latest is merged, I should be able to work on this again, right?

From the linked thread: > Right, metaclasses are supported for normal python classes only. cdef > classes are pretty special with a number of restrictions compared to > normal classes....

We've already enabled intersphinx, we just need to extend its use, which will take care of this. http://sphinx-doc.org/ext/intersphinx.html **update**: The settings are in place, we just need to link the...

@dabeeeenster , is it cool if I take a stab at this one?

Ooh, Completely missed that. I'll close my PR then.