Toby Lawrence

Results 217 comments of Toby Lawrence

Going to close this as it's long out-of-date.

It's certainly possible for exporters to choose a scheme where they bound the number of samples they'll hold, or use a windowing mechanism to only keep the samples from the...

👋🏻 One thing I would say is to be cognizant of the boundary between recording and transforming. The recording side is more or less fixed as it stands with `Recorder`,...

@GREsau Sorry to pester, but this would be useful to merge. The `integer` type has been supported since draft-02, seemingly, so it's safe to add from that perspective, and represents...

The schema validation specification [specifically describes](https://json-schema.org/draft/2020-12/json-schema-validation.html#section-6.1.1-2) an `integer` type, and the schema core specification encourages implementors to [not encode integers with a fractional component](https://json-schema.org/draft/2020-12/json-schema-core.html#section-6.3-2). Taken together, these seem like a...

# Conversion guide! The process of "converting" a component to use the machine-generated Cue documentation essentially boils down to removing the configuration data in the "existing" Cue file, and replacing...

Exactly, yeah! You've already done the good work of expressing the common errors -- including ones that are specific to Warp's filtering design -- and I want to be able...

Ah, sorry, yes. I'm specifically spitting out JSend-compatible messages, which is just JSON with fields that basically emulate status code/body/etc. On Wed, Feb 19, 2020, 2:13 PM Sean McArthur wrote:...

I think conceptually that works? I guess either a `http::Response` or `StatusCode` are suitable for handing back as the response, but I'm probably biased here in that I really only...

So, this error is actually emitted when it tries to split an input batch but fails to do so successfully i.e. the new requests from the split inputs are still...