Matthew Steel

Results 7 comments of Matthew Steel

At the moment we don't have a nice way to associate plot points' x-values with the value on some other topic when they were received. There's built-in support for using...

Would it be against the philosophy of this project to extend `range` iterators with the operations required of random access iterators? (`operator+`, `operator

Hmm, I think the only real difficulty (though it may be insurmountable) is that the dereference operations are meant to return references, not values. All of the other operations look...

I wouldnt know sorry, I was just voicing a vague hope that enough people will reinvent the wheel that one of them will turn out to be useful.

> We refer to this as edenfsctl. Oh hmm, I might have had one of those built near the daemon but didn't think to try running it. I'll take another...

[This part](https://yaml.org/spec/1.2.2/#1032-tag-resolution) of the yaml spec says that with the "core schema", > [Scalars](https://yaml.org/spec/1.2.2/#scalars) with the “?” non-specific tag (that is, [plain scalars](https://yaml.org/spec/1.2.2/#plain-style)) are matched with an extended list of...

Not a blocker for my use-case, I can fix my yaml doc at the source. "Reject BOMs" would be fine behavior for me too I think. Also, I have a...