jameswilddev

Results 26 comments of jameswilddev

I had one of these raised in one of my projects! It looks like we both fulfill the criteria it sets out, which is weird.

Additionally reproduced on iOS. It only seems to happen with certain numbers of items, e.g. 1 works, 2 doesn't, 3 does, 4 does.

I was after this too (using SVG in extreme minification projects). Might give it a try. Was just going to mask off the least significant bits of each channel, e.g....

Able to repro: https://travis-ci.org/jameswilddev/vnhtml/jobs/423094262

I'm also having a lot of trouble with this. A lot of tooling (e.g. e2e test runners) expects you to use either CJS or MJS, not a mix of the...

Right, got that to pass everything but the mutation tests. I don't really know how to fix those (a lot of what it flags isn't stuff I've changed).

I'll be honest I haven't looked at the base PR in depth; I've only checked out the branch, merged master and fixed CI failures. In my case I'm maintaining a...

I'm seeing similar problems here when trying to upgrade an older app's dependencies. I suspect this project may no longer be maintained.

The fix for this was: `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer` However I still consider this to be a bug as the CLI is giving me the wrong instructions here.

> Also worked for me, but what is it doing actually? Can someone explain this? I know very little about XCode but I suspect there's a sort of "global variable"...