Results 15 comments of r1b

[This post](https://httptoolkit.tech/blog/tls-fingerprinting-node-js/) suggests that shuffling the order of proposed ciphers can be effective. The hypothesis is that since legitimate clients can change their fingerprint at any time, WAFs need to...

I was unable to reproduce the issue running the main branch of mitmproxy against a cloudflare-fronted domain that I control. I'm using the "Pro" plan. I tried many combinations of...

Wonderful! When I have some free time I will play with it some more. I am using [Jupyter](http://jupyter.org/) as a development environment to take advantage of the inline plotting &...

Hello, Could add a property registry as well as a method registry - PRs welcome!

@taion can correct me if I'm wrong here but I think the idea is to optimize for `cursor-based` pagination as opposed to `offset-based`. You can subclass `PaginationBase` to implement any...

Almost all of these are in @Azure, which keystone has at latest. It would make sense to raise those upstream.

This is also the case for `searchFields`

Appears to be available in flow v0.72.0

I would be happy to implement this - currently it is not possible to use `gatsby-transformer-yaml` with netlify since the transformer[ only supports lists](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/src/gatsby-node.js#L16). Any pointers on where to look...

I have solved this on the gatsby side with a [custom yaml transformer](https://github.com/computer-lab/gatsby-transformer-yaml-netlify). I would still like to support it here for maximum flexibility :)