Philip Blyth

Results 11 issues of Philip Blyth

Are there any plans to package this as a node module useable as a Karma framework, much like jasmine-jquery has been packaged as [karma-jasmine-jquery](https://www.npmjs.com/package/karma-jasmine-jquery)? If not, would you know how...

``` log + Info: processing `JavaScript': please wait... Exception in thread scanning thread: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner File "./threading.py", line 858, in run...

Hi, I was following the examples for https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-restricted-disable.html and noticed that the underlying `ignore` package handles un-ignores after `'*'` strangely. When you lock down disabling of all rules with `'*'`,...

If a RestLink defines multiple endpoints, it's safe to assume that each of these endpoints might want different headers, credentials, field-name normalization, response transformation, and even custom fetches. _The usual...

enhancement💡
help wanted 🛠

ChunkyPNG seems to be flaky on a lot of peoples dev environments, so i made it optional w/ the -g flag. Semantic Classes was using Array's implicit .to_s, which causes...

Travis build has been broken since introducing `capybara-webkit` to the gem stack in bd1f0b5. This gem requires a manual install of Qt. Adding this step to a `.travis.yml` file should...

I realize this is a nice-to-have, but would make using animations more plug-and-play: When calling `this.tilemap.removeTile(x, y, layer)` (or "swap", "randomize", etc...), the corresponding `this.tilemap.plus.tileAnimations[*].tileLocations[*]` doesn't get "corrected". I've currently...

It's worth mentioning in the README that Tiled's "Tile Layer Format" matters when wanting to enable animations: - [x] XML - [ ] Base64 (uncompressed) _supported by `Phaser.Loader`_ - [...

Similar to #256 , in that I'm using Babel parser (_not_ Babylon, because that doesn't actually result in all the modifications I'm expecting to see). Using both local `npx jscodeshift`...

bug

Closes #14 --- ## 🚧 WIP 👷 🚧 Getting errors, but can't fix them just yet...: ``` $ mocha --compilers js:babel-register test/**/*.js (node:78370) DeprecationWarning: "--compilers" will be removed in a...