Kevin Gibbons

Results 638 comments of Kevin Gibbons

> I'm not following the explicit lookup of `[[Prototype]]`. Sorry, there's no difference. It's just a different way of writing the same thing.

> This does have some observable differences **if** you chain fork a promise into multiple reactions Are there observable differences other than the number of ticks before certain tasks occur?...

> Is a single `await undefined` at the end of the block before the call to `f()` sufficient, or do we need to have all three? One is _probably_ fine,...

You may also wish to take a look at https://github.com/tc39/proposal-explicit-resource-management/issues/195, which suggests a mechanism by which the capability to close a resource could be separated from the resource itself.

> I assume the following is also true... Correct.

I think caching is what everything in the ecosystem does? ([Underscore](https://underscorejs.org/#once)/[lodash](https://lodash.com/docs/4.17.15#once), at least.) Probably best to match that behavior. For other behaviors, if we think they are important enough to...

Meta appears to have done this themselves with the new M4Tv2 release: https://github.com/facebookresearch/seamless_communication/tree/main/ggml

I would also like to chime in as someone who has been frustrated by this, and to ask for an update. I have been working on getting my employer, F5...

Seconding this. For my use case, I'd also want updates to minimize changes to the index, because re-uploading the whole index is expensive. I'm looking to use this for [a...

> sounds like this particular document policy feature proposal could be nicely built on top Well, the `allObjects` one, yes. [Edit: actually no. The proposal is about freezing the prototype...