He-Pin(kerr)

Results 802 comments of He-Pin(kerr)

Great issue; Use case: How to support 30,000,000 peers in 300,000 topics? This is very common for group chatting / live streamings / virtual meetings. Sharded mediator is what we...

Crdts is a very bad name for the introduction. Can you imagine what it is the first without googling it?

![image](https://user-images.githubusercontent.com/501740/29998662-cf78486a-9063-11e7-9297-a6db089ae7ba.png)

The root cause is I am using a `Recursive Types` and auto mapping, so boom! The automapping gave me a `Writes`, but with the recursived one as `null`.

easy fixed with a `lazy`. 1. The macro should throw exception when auto mapping the recursive type. 2. When the `Writes` is null,throw an exception. 3. Yes,two `lazy val `s...

@Daxten I think for the highlighting problem or something like that,you could try invalidate-cache & restart,and you could report the issue on the scala-plugin's issue tracker.

esbuild is used by Snowpack too