Peter Conerly

Results 11 comments of Peter Conerly

That node version is pretty old, the current is node `0.10.32` I also highly recommend using `nvm` to handle node versions: https://github.com/creationix/nvm ``` $ nvm install 0.6.18 ## a bunch...

Do you mean image and files for this? It's an interesting and tough task-- b/c it requires going beyond django's built-in dumpdata and loaddata.

Yup, the new view with those query params would be good enough for me use. If I wrote that feature, could we cut a pypi release within a week? Also...

Yeah, I would still like to make an actual page in the future. I'd probably extend off of an Admin page and give it an "export" action. I'm going to...

Also, w00t for the 0.5 release!

@swistakm I had the same thought, I was thinking we should have a `imgui._py_show_demo_window()` that calls a pyimgui-implemented demo window. That'd be really helpful to expose what is and isn't...

@sampsyo I think I'd vote for an immediate exception, so that users can take their own action. But also, I investigated the backends and I think it's possible to do...

+1 something is weird about the typescript typings. I have a file that does this: ``` import reglFactory from 'regl'; // ... const reglF = reglFactory as createREGL; ``` and...