Daniel P H Fox

Results 345 comments of Daniel P H Fox

> Is there going to be any difference between this and `peek()`? Provided that we're adding that. See #217 for an explanation of the differences.

The problem I have with `batchSet` is that it feels far too specific to be a general function. The problem is generally that spurious or duplicate updates are being allowed...

I guess on that note, related to #52

Thinking deeper about this, assuming the existence of lazy evaluation, the only function of batching is controlling the number of eager path evaluations. This basically means only routes with Observer...

We can't assume we are operating in a deferred events environment as a library intended for general use across places. We should instead look to ensure behaviour can be made...

It looks like that issue is not going to touch this area. Unblocked.

Closing this PR due to a lack of motion.

There does not seem to be much appetite for internationalisation at the moment, so for the time being I'll close this.

The design of this API will probably be guided by #1

I think we'll go for `Tags` syntax here, it seems more appropriate given there isn't really a pair of values. Thanks for the feedback.