Sasindu Alahakoon

Results 80 issues of Sasindu Alahakoon

Design document - https://github.com/ballerina-platform/ballerina-library/issues/6006 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6226 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6228 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6229 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6755 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6756 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6767 - [x] https://github.com/ballerina-platform/ballerina-library/issues/6823 - [ ] https://github.com/ballerina-platform/ballerina-library/issues/6824

Type/NewFeature

There is API design changes in the APIS of the CSV data module. The new design can be found in here. https://docs.google.com/document/d/18r8PIBqI8C3H71VwJMFDb3xe9yCFgm9rS2Vx7tdTVaQ/edit?usp=sharing This issue is created to track the new...

Type/Improvement

The new design document - https://docs.google.com/document/d/18r8PIBqI8C3H71VwJMFDb3xe9yCFgm9rS2Vx7tdTVaQ/edit?usp=sharing

Type/Improvement

based o the discussion in here(https://github.com/ballerina-platform/module-ballerinax-wso2.apim.catalog/pull/1#discussion_r1668361655)

Type/Improvement
module/wso2.apim.catalog

This issue proposes adding locale support to the `ballerina/data.json`, `ballerina/data.xml`, `ballerina/data.yaml`, `ballerina/data.toml` modules. The goal is to enable developers to perform input/output operations (like printing messages) while considering the user's...

Type/Improvement

This issue proposes adding locale support to the ballerina/io module. The goal is to enable developers to perform input/output operations (like printing messages) while considering the user's preferred language and...

Type/Improvement
module/io

Add load tests for CSV data module

Type/Task

``` import ballerina/openapi; import ballerina/http; @openapi:ServiceInfo { 'version: () } service /sales0 on new http:Listener(9505) { } ``` In here the `ballerina-openapi` tool will read the version as string representation...

Type/Bug

Add ballerina by examples for CSV data module Fixes https://github.com/ballerina-platform/ballerina-distribution/issues/5525