Richard Crovern

Results 19 issues of Richard Crovern

Extract the code to select the registry used for the exporter from the Django view and provide the registry as a parameter to clients for deciated listeners as well.

- Link to issue this resolves - What I did This allows for an Fn server to customize the path of the invoke URLs it handles - How I did...

- What I did Preliminary support for dynamically loadable extensions. Doesn't (yet) include ability to specify loading them at runtime. - How I did it Uses golang "plugins" to load...

Proxy has been set to a valid proxy using the format: "http://hostname:port/" but version check still reads: "Latest version = Unable to determine"

For my application I'm having to convert betweeen ES6 Map (https://tc39.es/ecma262/#sec-map-objects) and Object in order to pass in and out of `.search()` in URI.js It would be beneficial if there...

#### Description I have a scenario where I need to, based on some condition, ensure that a factory returns an existing object (possibly customising it to match the provided fields)...

Feature

During upgrades of kubernetes API server and/or cluster autoscaler upgrade it is inevitable that the autoscaler and other kubernetes components must have a variance in version for at least a...

Using a context with hierarchical values (eg. one using the Oracle provider) `fn update context` will return: ``` Fn: yaml: unmarshal errors: line 5: cannot unmarshal !!map into string ```...

The CLI assumes in lots of places that errors will contain a payload with a well formed error message: ```{ "error":{ "message": "something" } }``` If the response is not...

bug
good first issue

If using the following settings: ``` ACCOUNT_EMAIL_VERIFICATION = 'mandatory' ACCOUNT_EMAIL_REQUIRED = True SOCIALACCOUNT_EMAIL_REQUIRED = False ``` Users are able to signup with a social account, then not provide an email...