David Collien
David Collien
maybe its not in line with your goals: most stuff I do with atom doesn't require the audio stuff, just the core, so that's the bit I copy/paste, and then...
sounds like a plan, it's small enough I could keep things in sync by hand anyway (for atom upgrades) also, there's some AudioContext (eg Mozilla) compat stuff in there too...
I opened a PR which changes the IncomingMessage (wrapped req object) to be a Readable stream with the rawBody pushed. This seems to fix this issue
@iredjee I think it might not so much to do with the content-type, but the same cause as #22 - if the request object isn't a stream, then it can't...
This appears to be a duplicate of #15 where the req object isn't a stream. > I opened a PR which changes the IncomingMessage (wrapped req object) to be a...
Thank you very much for your reply Andrew. On the first use case: e.g. 1. I'll call this a "Group Session". A student may be participating in a group discussion....
Thank you Andrew. I think I might opt for option 2. for the time being - that sounds like an extensible way forward until there's some more community consensus on...
Calling `console.acceptLine()` prior to `console.log(text)` may help alleviate this bug e.g. ` {this.child.console = r; r.acceptLine();}} handler={this.echo} autofocus={true} />`
@dmackhack `yarn add https://github.com/dcollien/ims-lti.git#dist` ``` package.json { ... "dependencies": { "ims-lti": "https://github.com/dcollien/ims-lti.git#dist", }, ... } ```