Jimb Esser

Results 60 comments of Jimb Esser

Looks like cb06e360153e31153ce68122f1df317b6f5aad78 fixed the underline/bold issue, and I was using [kessler/node-bcat](https://github.com/kessler/node-bcat) which was [fixed to version 0.0.2](https://github.com/kessler/node-bcat/blob/master/package.json#L28), I've sent a pull request there (https://github.com/kessler/node-bcat/pull/4) that will use the latest...

Yeah, this feature is definitely needed, especially since before being unlocked Howler seems to queue all of the sounds, so any rollover sounds, potentially hundreds will barrage the user as...

Not yet, it's amid a bunch of other fixes and refactors to fix what I needed for a project, so I'm stuck on my fork for now. Might not be...

Howler *mostly* already knows when it's safe to play things, with WebAudio it's through the result of trying to play a 0s clip and seeing that it has ended, or...

I haven't used crashpad, I'm unfamiliar with it, but breakpad's http upload handler (in theory) worked, so crashpads probably does too, there's not much to the upload itself (tricky part...

Sounds like a different problem than the original poster - he was wondering how to upload dump files automatically, but the dumps worked when he uploaded them manually. Yours sounds...

What do you mean by "simply corrupted"? Are the dump files fine if you open them on the computer that generates them before uploading? If you upload them with curl...

I have what appears to be a very similar issue resulting from a similar expectation when trying to use: ``` builtins: { assert: './my_client_assert.js' }, bundleExternals: false, ``` I would...

Great, thanks for taking a look. That's the only function in `spine-core` referencing `getImage()`, so is the only place that the texture's image's width/height could be accessed, so I think...

I think this is exactly the fix required to allow people to do that =)! By using the texture width/height that was used to generate the region/etc coordinates, instead of...