Florian Feldhaus

Results 5 issues of Florian Feldhaus

In this PR notebooks for synchronous and asynchronous processing are added. They contain generic wrapper functions for Document AI process and batch_process which do some pre-checks on the documents and...

As rq now offers scheduled jobs and a lot of functionality from rq-scheduler, please also implement [Periodic & Repeated Jobs similar to what rq-scheduler offers](https://github.com/rq/rq-scheduler#periodic--repeated-jobs).

feature

### Is your proposal related to a problem? [endUserMetadata](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/QueryParameters) is used for [Personalization in Data store Agents](https://cloud.google.com/dialogflow/cx/docs/concept/data-store-agent#personalization). ### Describe the solution you'd like The [`detect_intent` function](https://github.com/GoogleCloudPlatform/dfcx-scrapi/blob/37cf8cf7b2013a377740f68d8dcb7355632161e0/src/dfcx_scrapi/core/sessions.py#L190C17-L190C17) of the sessions class...

enhancement
fr

### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** Any method...

type: bug
priority: p2

# Bug report Inside `cloudinit/sources/DataSourceScaleway.py` metadata keys are accessed which may not exist. This leads to failures of the datasource. Problematic cases: - [`if self.metadata["private_ip"] is None:`](https://github.com/canonical/cloud-init/blob/78c68f5934c84dfa0dcce2cd1e755d1a420f7431/cloudinit/sources/DataSourceScaleway.py#L325) - [`if self.metadata["ipv6"]:`](https://github.com/canonical/cloud-init/blob/78c68f5934c84dfa0dcce2cd1e755d1a420f7431/cloudinit/sources/DataSourceScaleway.py#L368)...

bug
good first issue
hacktoberfest