Nuutti Kotivuori

Results 10 comments of Nuutti Kotivuori

Suggested tags: 4x, Feature Request, Routes.

Doesn't route do the same? That is, strip the path segment from the url? Or is there some more I'm not seeing? In any case, does this means that your...

Well, at the very least, when enabling all debugging, using `.all` will add **24** separate handlers. That doesn't seem reasonable for simply using a middleware. The way I see it...

Yeah, sorry, `route()` does not strip the path, I confused it with `Router` - I thought those two were the same thing, with `route('/path')` just calling `app.use('/path', new Router())` and...

This only makes sense if the loosely coupled resource has `DeletionPolicy: Retain`, otherwise this will create downtime or even prevent the origin stack from being updated - for example, you...

Reason it doesn't work is that if `#[serde(flatten)]` or `#[serde(untagged)]` or other such are used then the real deserializer gets replaced by `ContentDeserializer` or `ContentRefDeserializer` to allow attempting to deserialize...

> Are there any tools or platforms, at this point, capable of receiving and working with unfinished spans? (Not just exporting them from an application via zpages, but sending them...

Right, disk space needs to be mentioned also as a limitation, although that's probably acceptable to most as well and could be controlled by quotas/whatever.

It is a fair point to leave this part open ended in the Ion specification, like numbers in JSON. However, for *cryptographic* usage in block chains, such as Amazon QLDB,...