Peter Conerly

Results 20 issues of Peter Conerly

..._modules Hey @TrevorBurnham, I'd like to add `.cjsx` support to this via `coffee-react`. `coffee-react` acts as a wrapper for coffee so if a file is .cjsx it'll compile it, otherwise...

When I run the cakefile: ``` [peterconerly@Jitter]$ cake jitter { run: [Function] } /Users/peterconerly/code/Jitter/Cakefile:9 return jitter('src', 'lib'); ^ TypeError: object is not a function at Object.action (/Users/peterconerly/code/Jitter/Cakefile:9:12) at helpers.extend.invoke (/opt/local/lib/node_modules/coffee-script/lib/coffee-script/cake.js:42:26)...

So. I have a many-to-many relationship, and I obsfucate the `through` model from the django admin, b/c my coworkers don't need to see it. I'd like to be able to...

ui-ux
wishlist

Hi, I don't have a specific solution but I think that the current organization of `grunt-mocha` leaves something to be desired. Should there be a separate copy of `phantomjs/main.js` within...

One of the classic example apps for GUI frameworks are todo apps. Let's write one in pyimgui! (Extends from #45 ) It'd be cool if we could write the todo...

docs

In the wiki, there's this todo item: https://github.com/swistakm/pyimgui/wiki Do we still need to do this? @swistakm can you elaborate on what work would be involved with that?

easy to pick
integrations

When I call `imgui.get_draw_data()` it gives me a segfault. Am I using it wrong? I modified `doc/examples/pysdl2.py` to showcase what I was doing. https://github.com/pconerly/pyimgui/blob/get_draw_data-gives-segfault/doc/examples/pysdl2.py

bug

It'd be awesome if there was an example that I could download and tinker around with.

help wanted

@sampsyo WIP towards #71 and #72 . On the path of adding seeking, I did a variety of things: - I added `block_samples` into `audio_open`. It works in `macca` and...

I'm browsing through the backends, and it looks kind of inconsistent how we sometimes hand `block_size` or `block_samples` to `read_data`, and sometimes we pass it to the initialization? Furthermore, `def...