cghislai

Results 16 comments of cghislai

I share some notes after looking at the code because i saw some misleading information on this thread. - The java keytool adds an unsupported vendor attribute on some bags....

> This kind of seems wrong to me but I'm probably missing something. I think its normal - a new bag is created for each of the ca you add,...

@levicki We have to keep in mind the TODO in the java codebase, indicating the oid might be migrated in a future versions. Thats why i suggested the oracle name...

For angular, I worked around this issue by using home-made directives ad manually setting the axis owner before calling the chart setter: ``` @Directive({ selector: '[wkCartesianHorizontalAxis]' }) export class WorkardounCartesianHorizontalAxisDirective...

affects angular builds as well

I created https://github.com/cghislai/resourcewatcher for this use case.

@coder925 Unfortunately, the specification does not allow a body for delete methods. See https://swagger.io/specification/#operation-object mentionning `The requestBody is only supported in HTTP methods where the HTTP 1.1 specification RFC7231 has...

I am attempting to do so. What prompted the revert was that I couldn't produce a valid test spec with a delete body, but I hadn't noticed it was still...

@roaks3 its similar. A new feature to expose the secret data as base64-encoded string in the "google_secret_manager_secret_version" and 'google_secret_manager_secret_version_access" datasources is probably required as well. The resource 'google_secret_manager_secret_version' already has...

Note: We noticed this error only occurs when the entity behind the lazy relation has a `@Version` field. I edited original post accordingly. The reproducer will be updated as well.