Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

This is what I came up with for now as a helper that _seems_ to work: ```js function concatenateAlong(axis, ...arrays) { let lastAxis = arrays[0].shape.length - 1; let axes =...

OTOH maybe not that difficult... I guess this should be just `adjacent_edges().map(|edge| edge.rev().face())`?

@Yoric Thanks for your PR! Sorry, got stuck previous time during review and then forgot about it. Added some comments.

> However, I do think that it would make sense to add a new page to the reference section of the rustwasm book that essentially explains very briefly in a...

> This is how it works in a browser. Not really. In browser you also can have different realms, except they're usually constructed by iframes. In this case, SlimerJS adds...

@alexcrichton Is this something that would be accepted in the library?

I think this needs to be simply updated to use `ChainElement`.

> So does that mean there's no way to literally reconstruct the exact source from the AST (if it included \r in a template literal)? There is - we still...

Oh, huh. I guess the closest version is here, but also marked for deletion. Maybe we should just like to Wayback Machine version, since it's just a historical link anyway.

> BTW, why is the type Identifier? Seems like a copy-paste mistake to me.