Stijn Moreels

Results 83 issues of Stijn Moreels

Adds request guards/limitation on: * `Accept` header * `Content-Type` header * `Content-Length` header With user-friendly error http responses. Closes #392

feature request

**Is your feature request related to a problem? Please describe.** Provide basic request limitations, in the context of a more secure/safe API implementations out of the box. **Describe the solution...

feature request
help wanted
PR approved

**Is your feature request related to a problem? Please describe.** Provide support for out-of-the-box correlation on both the operation & transaction level. Every request should allow consumers to specify a...

Just so I don't forget. I'm working on a blog post first from which I substract some content + will add some syntax, examples and use cases for it.

docs

Hi, just a question: For a project we now use StructureMap to inject some custom implementations but we needed to alter the 'GetInstance' call on the container because the instances...

Expecto is so great and extensible that you are able to create your own composition that works for your test. I even wrote about this beautiful paradigm in this blog...

**Is your issue related to a problem? Please describe:** When using Expecto's `testProperty` functions, the FsCheck observed functionality like classification, trivial, and collection ([info](https://fscheck.github.io/FsCheck//Properties.html#Observing-Test-Case-Distribution)) to inspect test data distribution does...

Hi! 👋 Was thinking of adding a built-in generator of the `System.Range` struct, as this would expand the default generator functionality. Am currently using this: ```fsharp let range = gen...

enhancement

Publishes the feature documentation for v2.0.

Add a secret provider that includes the secrets from the Dapr secret store to the Arcus secret store. Closes #410