Felix Schneider
Felix Schneider
Make it an Option to increase the ThreadPool... For example: 64 Threads, a bit arbitrary but for me significant faster than with 2 Threads. ``` def download_profiles(self, user_post_ids: dict, total:...
Provides a way to Authenticate with Oauth2Session for 0Auth2 Client Credentials (and possibility to adopt other Flows) via AuthMetadataPlugin (OAuth2MetadataPlugin) tailored to oauthlib and requests_oauthlib. Provides posibility to adapt to...
Fix create_camunda_cloud_channel, current and deprecated functions. ## Changes 1. `audience` should be static [Camunda Docs](https://docs.camunda.io/docs/8.5/apis-tools/build-your-own-client/#authentication-via-oauth) `audience="zeebe.camunda.io` 2. `scope` should either be None (Optional parameter), because setting it to the `cluster_id`...
Description of PR... ## Changes - add `proto` directory for protobuf and the generated stub and interface files - remove `zeebe-grpc` ## API Updates ### New Features *(required)* Latest version...
**Is your feature request related to a problem? Please describe.** The pyzee internals are using unknown imports and some non proto Stub generated type classes. The package `zeebe-grpc` does not...
### Which problem does the PR fix? #3144 ### What's in this PR? Add additionalExporterConfig to Zeebe. ### Checklist Please make sure to follow our [Contributing Guide](../blob/main/docs/contributing.md). **Before opening the...
**Describe the use case:** The configuration of additional Zeebe exporters are currently not supported directly via the camunda-platform Helm Chart. The usage of custom exporters should be possible natively. UseCases...
#### Description - Extracted VirusTotal functionality into virustotal.ps1 and split logic into smaller functions: - Get-VirusTotalApiKey, ConvertTo-VirusTotalUrlId, Get-VirusTotalResultByHash, Get-VirusTotalResultByUrl, Submit-ToVirusTotal, Check-VirusTotalUrl, virustotal_check_app. - Added hash_for_url helper to virustotal.ps1 to map...
## Feature Request #### Is your feature request related to a problem? Please describe. Currently, Scoop does not automatically check downloaded files against VirusTotal before downloading installing them, which may...
## Summary Introduces a new invalidClass diagnostic to flag unrecognized Tailwind utility classes, helping catch typos and invalid utilities. ## Changes - New Diagnostic: Added InvalidClassDiagnostic type and getInvalidClassDiagnostics function...