Georgi Spasov

Results 4 comments of Georgi Spasov

Another way you could do dynamic changes on body styles from anywhere would be to do something like so: ```svelte function Color(hex, selected = false) { return {hex, selected} }...

I guess there was a misunderstanding on my part here. I was talking for the versions, but maybe as you say it's not that vital to pattern-match them ATM. @cytadela8...

I was referring to places in PeerConnection like [this](https://github.com/aeternity/elixir-node/blob/master/apps/aecore/lib/aecore/peers/peer_connection.ex#L510) one. Maybe it's not needed to match it.

> @tsdexter 👋 > > The easiest workaround as of now is to add the `toJSON` method on the prototype so that serialisation works well. > > ```ts > BigInt.prototype.toJSON...