Asma Jabir
Asma Jabir
**Description:** $subject with bal new and init commands. Eg: ``` bal new myorg/mypackage:0.1.0 -t lib bal new myorg/mypackage:0.1.0 -t choreo/gmail_new_attachment_to_drive:1.1.2 bal init myorg/mypackage:0.1.0 ```
## Purpose > Related to https://github.com/ballerina-platform/ballerina-lang/issues/39814 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [ ] Checked Tooling Support (#) - [...
## Purpose > Improve compile-time memory consumption for large projects Fixes #42860 ## Approach > If the optimizeMemory option is passed, dependencies are compiled in a separate process to optimize...
### Description Currently, LS always uses the sticky option when loading projects. This restricts the user from working in a fully offline mode (no internet) if the versions are not...
### Description Currently, there are inconsistencies in how we choose package versions for resolve packages. We must redefine the semantics of the sticky flag and package locking modes and refactor...
### Description Currently, the documentation is captured in two files: Package.md for package documentation and additionally, a Module.md for module-specific documentation. This has to be improved to reduce to one...
**Description:** Related lang issue: https://github.com/ballerina-platform/ballerina-lang/issues/42981 With these changes, the package.json of the BALA will be added with the "docs" field as shown below. BC can read this entry and render...
**Description:** Current way of testing BBEs is by creating a submodule for each BBE, adding the files as source files and running the build command. Testerina BBEs cannot be tested...
## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes # ## Approach > Describe how you are implementing the solutions...