Maarten Manders
Maarten Manders
Presumably the same issue as #679
This happened to me when adding a plugin while the iOS platform was also added on Windows 10. When I removed the iOS platform again, it worked as expected. ```...
Duplicate of #253
Presumably the same issue as #679
Problem for me lay with an out-of-date SENTRY_ANDROID_SDK_VERSION in the package.json. Removing and adding the plugin worked, resulting in: ``` "sentry-cordova": { "SENTRY_ANDROID_SDK_VERSION": "6.11.0" }, ```
Still occurs on docker version v20.10.7, docker-compose 1.29.2 on Windows 10 (WSL 2).
You can use RegisterTagNameFunc. They have an example here: https://github.com/go-playground/validator/blob/94a637ab9fbbb0bc0fe8a278f0352d0b14e2c365/validator_instance.go#L197 ``` // RegisterTagNameFunc registers a function to get alternate names for StructFields. // // eg. to use the names which...