Micah J Waldstein

Results 9 comments of Micah J Waldstein

IE11 is a target of my project which uses dagre. ES5 seems like a more reasonable target, or use ES6 for the source but distribute transpiled to ES5

Thanks for all the investigation! Thinking this through, I'm realizing that to some extent, I'm "abusing" httptest, using it to manage my testdata - the (large) files I'm testing are...

Interesting - thanks for the bug report - I'm starting to take a look at this now.

I made an initial fix - they will all at least parse now. These files have a particularly complicated structure, so it is likely that there will be other "hidden"...

I did the digging - the release v1.3.0 of xml2 did cause a breaking change Tracking in https://github.com/r-lib/xml2/issues/300

Yea, you can go as far as v1.2.5 and it should work - I did a lot of side by side checks w/ different versions of xml2

Not my first rodeo - totally understand. I had a personal need for these changes and am just glad I could share them.

I took the approach of preserving backwards compatibility - for US stocks key.rations functions the same as it always has, while there is the check for currency to ensure that...

OK - it is effectively working that way right now - I'll make some basic changes to "hide" the raw call, but my sense of cleanliness suggests keeping the separate...