Josh Hansen

Results 37 comments of Josh Hansen

@AlexanderMoiseev Thanks, I understand that SIP is the immediate origin of the error. My point in filing this bug was that, with TestCafe set to neither take screenshots nor record...

Hi, I'm still interested in this. I'll add my typescript typings and try to write some docs. I'll add doc comments to the functions involved that lack them, but I...

Another question: is `simplify.utils` really where we want these to live? They don't seem very specific to `simplify` even if that's where they're used in the codebase right now. Maybe...

Alright, so, summarizing: * `math.simplify.utils.flatten` -> `math.flattenAssociation` * `math.simplify.utils.isAssociative` -> `math.isAssociative` * `math.simplify.utils.isCommutative` -> `math.isCommutative`, defaulting to false if that doesn't break anything * `math.simplify.utils.unflattenr` -> `math.unflattenr` * `math.simplify.utils.unflattenl` ->...

Tangentially: @gwhitney Your use case and mine sound fairly similar. We are doing a lot of canonicalizing of expressions and equations, for equality comparison purposes. I wonder if we might...

@fpiou I abandoned it for the moment. I did get it to build, but tests are failing, at least due to this issue. https://github.com/LearnSomethingTeam/mathsteps/tree/mathjs10

I think tree-shaking is working for me? The non-gzipped size of my webpack chunk containing math functions, which includes a fairly large custom webpack bundle, is 340.21 KiB. When I...

https://www.tp-link.com/us/home-networking/wifi-router/tl-wdr4300/ Apologies for not responding more thoroughly to your above messages. Hoping to make more time for this soon. On Tue, Apr 21, 2020 at 3:16 PM Graham Clark wrote:...

It's still giving me the error right now so I'd guess it's not something transient like that.

Any progress on this? I'm getting something similar on macOS Monterey with Safari 15.2---Firefox and Chrome run my tests perfectly, but the Safari window never even opens. It seemed to...