Jacob Pratt

Results 264 comments of Jacob Pratt

@typicode Any plans? I was considering creating a DefinitelyTyped package if you don't have any plans :)

Looks like the test is failing due to the environment that Travis is configured for, not because of an issue with the library.

Just in case anyone runs across this, I've just published `esfetch`, which is a drop-in replacement for fetchival. I modernized the code (it can be transpiled down, of course), and...

Couldn't you just use an onclick() for this? Or would that trigger even if it is dragged

Would translations help? I could translate into a couple different languages if needed

I don't know if you have done anything with this, but I could set up a simple Javascript/PHP form that could convert it. It should be a simple replace, so...

I'm not sure what you mean by "all base moves", but the third bullet I don't think should be implemented because the solve itself might not have that "feature". If...

If the issue @zloirock brought up is resolved, I can look into submitting a PR to add `.lastItem` and `.lastIndex` for TypedArrays.

@killercup Would a PR be accepted that implements this to an extent?

It's not standalone, but [`cargo-hack`](https://github.com/taiki-e/cargo-hack) implements Cargo's feature resolver to assist in deduplication. Not sure if it takes `resolver = "2"` into account. cc @taiki-e is this something that could...