Mark van Buskirk

Results 10 comments of Mark van Buskirk

Yeah I would like to figure out how to support a Source[T: Pickleable] in my apis.

I can pickle everything to byte arrays using boopickle. But trying to define a pickler for a Source[Bytestring] is where I got hung up I think.

A comment in the docs about whether this is a sound thing to do would be useful?

@Voltir Did you check out the managed context owner thing? It seems like it could be useful for scalajs when you have components that might not need state if they...

Do you think it would be possible without wrapping in a new node somehow. Adding a container node doesn't play well with bootstrap and I imagine other css. e.g. ```...

Perhaps we need a way to use/extend the context ownership pattern? Send like we are running into a pattern similar to what is described in the readme. "Ownership fixes leaks...

Thanks! very helpful.

I think just adding the documentation for creating a future that never completes would be very helpful in the short term. Having a future that never completes feels like I'm...

It's a decision to be made. Let's make the decision and add it to the documentation.