Scott Kyle

Results 21 comments of Scott Kyle

It looks like recast supports source maps now, so is this still an issue?

That will be a really good idea once we implement #296 and #297. Thanks for the suggestion!

@kushal I'd like to better understand the issues you're seeing with ESLint. I do understand the issues you're probably seeing with using Flow. I don't have any great ideas on...

I don't remember discussing this, but I'm fine with this change.

I'm almost positive there is no way to override `==` behavior for object comparisons. Do objects inside a Realm have some kind of unique identifier so we could track live...

We discussed last week that this would be possible for objects that have a primary key, since we can use the value of the primary key to track live objects...

[Here's a Gist](https://gist.github.com/appden/42d5272bf128125b019c45bc2ed3311f) of a Python program that converts Pronto IR hex codes to LIRC and then to Broadlink commands according to this specification. I've successfully converted dozens of Pronto...

Thanks for taking the time consider this! Yes, we can at minimum use `atom[INTERNAL].get` for `useSyncExternalStore` but I think beyond nomenclature preferences, there may be similar other use cases that...

Just for fun and personal learning, I took a quick crack at what implicit dependency tracking might look like in xoid (for `create` and `effect`): https://github.com/appden/xoid/compare/get-method...implicit-dep-tracking I assume this is...

Hi @onurkerimov, I really appreciate the kind words, thanks! > It implements `computed`, `watch`, `reactive` around xoid. This looks like great idea! > * `create` will be renamed to `atom`....