Dilan Perera
Dilan Perera
Need Selecting Camera Option
## Actual Behavior has the https://www.cve.org/CVERecord?id=CVE-2024-29025 ## Versions - OS platform and version: ASB Java SDK 7.14.3 - Maven package version or commit ID:
## Issue Description: After receiving a message from an Azure Service Bus Queue using the Java SDK, we have observed inconsistent behavior in the getLockedUntil() method. This method is supposed...
### Description The trivy scanner identified the following security vulnerabilities for the Ballerina 1.2.45 release build.  `CVE-2021-38153` - from kafka-clients-2.3.1.jar and kafka_2.11-2.3.1.jar is fixed by https://github.com/ballerina-platform/ballerina-lang/pull/41595 and need to...
## Expected Behavior The app should be work normally. ## Current Behavior Shows an error "Object is not iterable". ``` Object is not iterable. __values tslib.js:165:28 FirebaseAppImpl index.rn.cjs.js:151:41 initializeApp index.rn.cjs.js:379:38...
 C:\Users\rdila\Documents\GitHub\audio_recognition_app\android\app\src\debug\AndroidManifest.xml Error: Overlay manifest:package attribute declared at AndroidManifest.xml:2:5-48 value=(com.example.audio_recognition_app) has a different value=(com.example.audio_recognition_app) declared in main manifest at AndroidManifest.xml:2:5-54 Suggestion: remove the overlay declaration at AndroidManifest.xml and place it...
## Purpose This pull request introduces support for escaping characters in Ballerina EDI processing. This enhancement allows handling scenarios where certain characters need to be treated as literals instead of...
[Proposal] Enhanced Usability for SAP JCo Function Execution in Ballerina with Multiple Parameters
This proposal outlines the mapping of JCo data types to Ballerina data types for the SAP JCo Connector. The objective is to ensure accurate and efficient data exchange between SAP...
Researching Various Implementation Guides and Adding Support for Limitations in Ballerina EDI Tool
**Description:** We need to research various implementation guides for EDI (Electronic Data Interchange) and identify any limitations or gaps in our current Ballerina EDI tool/module. Once identified, we aim to...
### Improvements for Ballerina SAP JCo Connector We have identified several areas for improvement in the Ballerina SAP JCo connector : - [ ] **Writing Tests:** Create and implement robust...