Josh Lambright

Results 9 comments of Josh Lambright

We've updated our CI/CD pipeline to utilize version 6.4.0 of OpenAPI Generator. Here is an excerpt from our OpenAPI Spec, which contains an enum (this occurs with both String and...

> I think his point is that there is no way to easily get the original value of the mappings > > E.G > > ```dart > static const Map...

I'm in the same boat, and it seems like the AssertionClient and AsyncAssertionClient don't take a signed jwt or even take in the private key. How is this supposed to...

We were able to track down some implied keywords through reading the source code, but it didn't work. ```python self.assertion_client = AsyncAssertionClient( token_endpoint=f'https://{REDACTED_VARIABLE_1}/oauth/v2/token', subject=REDACTED_VARIABLE_2, issuer=REDACTED_VARIABLE_2, audience=f'https://{REDACTED_VARIABLE_1}', grant_type='urn:ietf:params:oauth:grant-type:jwt-bearer', token_placement='body', claims=self.scopes, header=REDACTED_VARIABLE_3,...

Somehow the ..\Mason folder was set to read-only by the OS. Perhaps a folder permissions check would catch this?

Spoke too soon. After one successful generation, the ..\Mason folder becomes read-only again.

Sorry for the late reply. Here is currently what happens. ``` ff generate -n dispatch -t getx Time Taken: 21 milliseconds ✓ Feature dispatch created successfully ✖ FileSystemException: Deletion failed,...

We've found putting Mosquitto behind a reverse proxy seems to solve this problem. It's a stop-gap solution though.

I see documentation and StackOverflow posts referencing the "csp" polymer transformer option but, as of Dart SDK v1.15 & 1.16.0-dev.4.0, pub build throws an invalid transformer option error. So is...