Martin Bartlett
Martin Bartlett
### General information This is a feature request. Would it be possible to implement a "hybrid" object layout where and object's object/array properties have their own tabs (ala "categories") but...
Issue #365 * The new `from_tape` method on the Deserializer allows a tape to be extracted from a Deserializer via `into_tape` and then be used to rebuild a Deserializer. It...
The error is "invalid type: newtype struct, expected any valid JSON value". The use case is demonstrated by [this GIST](https://gist.github.com/bassmanitram/fc58b50915e3266004a808431e34a050). Changing the version of `lambda_http` to 0.8 makes the use...
It would be really handy to have the `retain` method available (as per std::collections) in order to allow headers to be removed based upon a closure. This would, for example,...
## Feature Request A middleware to be used as a way of sharing state between "pre service" layers/filters etc and those that run "post service", particularly when the service itself...
See issue #426 This implementation of the proposal follows the proposed implementation outlined in the issue.
(See issue #423 ) This middleware is intended to be used as a way of sharing state between "pre service" layers/filters etc and those that run "post service", particularly when...
## Feature Request Conditionally provide a response instead of calling the inner service. ### Motivation This middleware provides a way to conditionally skip calling the inner service if a response...
Adding placeholders that insert the textual content of the clipboard. Courtesy of @supermerill. This adds two new placeholders to the extension: * `%v` to insert the XA_PRIMARY selection content (think...
Hate to mention an alternative, but in https://github.com/gdrive-org/gdrive one can obtain the activity log and use it to trace changes a and fix stuff. Can you do that with this...