Isaac Cambron

Results 209 comments of Isaac Cambron

That's a perfectly reasonable request, but how would it work, given that Twix already tries to do that on its own? I'm loath to break that for existing users. Perhaps...

I'm going to leave this open while I think about ways to make this cleaner. Also, it looks like the OP was trying to use the code you posted (or...

@DerGuteWolf Can you explain that more?

That seems reasonable to me. Would take a pull request.

Yeah, the `iterable` does not actually implement the Iterable protocol (and predates its implementation, IIRC). It could though! I'd take a PR making that true.

Yeah, there's probably a bug in the ISO parser there. Would be happy to take a fix.

To be clear, I'm OK not producing it alone. But I wasn't able to find any combination settings that gave me a long era. I suppose that's consistent with all...

I'm having some trouble imagining how that would work. Would you have to, like, parse the result you got from the native Intl impl?

@Gabriel-Alves-Cunha the way Neutralino works is that it hosts a little webserver to serve the files. That webserver special-cases neutralino.js, and injects global vars into it when serving the javascript....

I did not choose `during` for three reasons: 1. The semantics are flipped from engulfs, as you point out. If a engulfs b, b is during a. I think that's...