Hendrik Heil
Hendrik Heil
Hi there! Is it possible to map a custom collection to a transformer? Say I pass the `success` method a collection like `Product::all()` would return, I would love to be...
**Is your feature request related to a problem?** We are using devspace v6 pretty extensively in our organization. We're trying really hard to make sure that our deployments in development...
**Is your feature request related to a problem?** As discussed in the Slack channel, with devspace 6.0.0-alpha.13 there is currently only `create_deployment [name] --from-file file.yaml` to adjust the helm values...
The segment plugin for `@analytics` has two distinct APIs. One for the browser and one for the server. I've updated the docs to include examples for both and also updated...
### What happened? Currently, if a value is changed to an empty object (`{}`), the `isEqual` util automatically assumes nothing has changed. https://github.com/logaretm/vee-validate/blob/cdf0a803c642e85f159603998a623deb91c25fb2/packages/vee-validate/src/utils/assertions.ts#L164-L165 I think checking both objects and comparing...
We've just discovered some behavior that causes our projects to completely stop working after the first request. To give some context, we currently have our projects on nuxt v3.6.5. After...
# Description This PR aims to add support for the official CloudEvent PHP SDK while deprecating the use of the current CloudEvent implementation. ## Issue reference #128 ## Checklist Please...
## Describe the feature I think this library could benefit from using the official cloudevents php-sdk implementation. There has recently been work on an official implementation of cloudevents of a...
Given my understanding of JSON schema and OpenAPI (3.1) the following schema is supposed to be valid: ```yaml paths: /path: get: parameters: - name: obj in: query style: deepObject schema:...
I recently needed timezone offsets for RFC3339 time strings (which are a bit more strict than ISO8601). The implementation heavily used already existing parsers and classes available in `brick/date-time`. I'd...