Nirmal Fernando
Nirmal Fernando
**Description:** Following does not output anything to the event table; ``` @info(name='suppress the alerts') partition with ( userid of emailAlertStream ) begin from emailAlertStream select * group by userid, emailid...
### Description When building https://github.com/ballerina-platform/module-ballerinax-health.hl7v2/tree/main/hl7v23 with update 9 RC2. This is building fine with update 8.4. ``` Compiling source ballerinax/health.hl7v23:3.0.1 WARNING [health.hl7v23] Detected an attempt to compile this package using...
### Description See the below object type; ``` public type Finder isolated object { public isolated function findCodeSystem(r4:uri? system = (), string? id = (), string? version = ()) returns...
### Description https://github.com/ballerina-platform/module-ballerinax-health.hl7v2/tree/main/commons - update the ballerina version and remove those explicit dependencies from the `Ballerina.toml`. `bal build` gives following error; ```[2024-06-05 21:50:09,791] SEVERE {b7a.log.crash} - Java heap space java.lang.OutOfMemoryError:...