Bert Peters

Results 17 issues of Bert Peters

Release 2.3 added output compression, but this compression is applied unconditionally. It would be better to respect the `Accept-encoding` header (or at least an approximation of it) by only compressing...

The CORS filter automatically adds the proper headers to responses and handles pre-flight requests, but if a route is ever rejected, the headers are not added, and so a browser...

rfc

### Is your feature request related to a problem? Please describe. When you click a `.vcf` file in the Files app, you are immediately transfered to the Contacts app which...

enhancement
0. Needs triage

**Is your feature request related to a problem? Please describe.** As notes get longer and longer, it gets harder to navigate around the entire document. It would be nice to...

needs discussion
feature request

Due to various reasons outlined in https://github.com/Microsoft/vscode/issues/31168, open source builds and forks of VS Code cannot install extensions from the Visual Studio Marketplace. [Open VSX], an alternative extension registry, can...

⚡Enhancement
v3.1.0

v2.18 is not compatible with the latest releases of many distros (Debian, Ubuntu) as they come with PHP 8.1 and therefore will result in the following error: > PHP message:...

question

v0.14 was released quite a while ago, but the source code for it was never tagged. Could you still add that tag? It makes packaging the software slightly nicer.

This PR adds a new combinator: `multi::reduce`. It is essentially a special case of `multi::fold_many1` where the accumulator type is the same as the parsed type. Analogous to `Iterator::reduce`, this...

Since version 0.27 this crate provides a method to adapt an arbitrary object into a conceptual sequence, using the `SeqObject` trait which can then be used to iterate over. This...

This PR adds `DivAssign` and `RemAssign` implementations for all StrengthReduced integers, by delegating to the `Div` and `Rem` impls respectively. This does not add anything you couldn't do before, but...