Marc MacLeod
Marc MacLeod
Is this fixed?! `this.ctx.id.name` seems to be logging out the name now - at least w latest local wrangler, have not tried in prod cloudflare runtime
Ah ok bummer - maybe some day 😅
If it's helpful to others, here is the pattern we're using atm to get around this limitation. It's a bit of boilerplate, and an extra get/put to the DO storage...
Np - I've tried to reduce it further - the two files linked in the issue are still the two relevant ones. Now you can just load the page and...
Howdy @pi0 - thanks, I'm glad you like it! > How much are you investing on this project? Atm it's in "maintenance" mode, as I'm not currently using it in...
Just a heads up, from the mobx docs - `EcmaScript private fields (#field) are not supported by make(Auto)Observable`. `ShapeStream` and `Shape` use a pattern where they declare ecmascript private fields,...
Yeah I ended up using subscribe on the `ShapeStream`. However if #fields were avoided, we could call `makeObservable` on ShapeStream or Shape instances, and then work off of reactive `offset`,...
Seeing same issue with Yarn 4
Any idea when ya'll might cut a new release with this?
Ditto on the `CompressionStream` side of things. As soon as I add `.pipeThrough(new CompressionStream('gzip'))` I start receiving the error described in this issue. I think the issue might be broader...