Tyler Hawthorne

Results 56 issues of Tyler Hawthorne

import azure.functions as func from elasticsearch import Elasticsearch # Client initialization client = Elasticsearch( cloud_id="deployment-name:ABCD...", api_key=... ) def main(request: func.HttpRequest) -> func.HttpResponse: # Use the client client.search(index=..., query={"match_all": {}}) from...

### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues/new/choose) Once you've read this section and determined that your issue is appropriate for this repository, please delete...

new

![Stripe Climate Badge](https://github.com/firebase/firebase-cpp-sdk/assets/110597351/b34e95a3-9b62-4764-9caa-303228dc2ccc) ### [READ] Guidelines A good feature request ideally * is either immediately obvious (i.e. "Add Sign in with Apple support"), or * starts with a use case...

new
type: question

## Describe your changes: Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that were changed. ## Fixes...