Tobias Lengsholz

Results 6 issues of Tobias Lengsholz

Asserting against a certain output, especially a body, is currently very cumbersome. **Scenario: I want to mock a POST request with a specific body, and i want to piece together...

Fixes https://github.com/SeyZ/jsonapi-serializer/issues/138 The promise wrapping of the deserializer is causing major headaches for us, especially when preparing static test data off of api mocks. This PR adds a `deserializeSync` method...

Right now, the hook only allows for clamping a pure text node. This means if i want to clamp "structured" text, for example a blogpost or a news article that...

enhancement

Hey, i hope adding an issue here is still the correct way of adding a strategy to the website. https://github.com/hgranlund/passport-keycloak-bearer / https://www.npmjs.com/package/passport-keycloak-bearer Based on passport-jwt, provides a good level of...

Currently, the scroll restoration only gets restored when the history navigation (either backwards or forwards) is used. In my case, i want the scroll restoration to be restored when a...

The documentation describes a way to set up sorry-cypress on gcloud by spinning up minio. The explanation for how to set up minio no longer works. The `gateway` command (referenced...