Erik Arvidsson

Results 49 issues of Erik Arvidsson

We need to add ReturnIfAbrupt guards in any place where we access properties.

Array.prototype.fill is a new mutating array method so it will need splice notifications too.

Today we have _filtering_ on the accept type. There is also another dimension of filtering. Namely filtering based on property names. If I only care about the property names `'abc'`...

See https://github.com/rocicorp/fractional-indexing/pull/15#issuecomment-1417655094

Dueling Dag (or DD) is described in details in this [Google Doc](https://docs.google.com/document/d/1MZDgwZ--zG2aF1jyD8f4AgPa15MDFIiLnRy6J9XCqI8/edit#heading=h.drefh933q8rv) This task list is work in progress. It is far from complete and lacks a lot of details....

At the top level in connection.rs when we return a JS Error to JS, we now extract any possible inner JS error and add it as the `cause` property to...

https://github.com/rocicorp/repc/pull/245#pullrequestreview-519986193 We are still toddlers...

We are losing information when we just stringify the error message. ## Proposal Have all our errors implement a trait that has: ```rust trait IntoJsError { fn maybe_into_js_error(&self) -> Option;...

It is not clear to me that we are building the wasm files with a fixed/locked version of: - rustc - clippy - wasm-pack