Felix Schnabel
Felix Schnabel
Consider the following: ``` @groovy.transform.TypeChecked void test(int[] ints) { ints.eachWithIndex { value, index -> println "$index: ${value.doubleValue()}" } } test(0,1,2,3,4,5) Compiler reports "[Static type checking] - Cannot find matching method...
In #660 it is a bit weird, that `__getattr__` of `Salesforce` returns `Union[SFBulkHandler, SFType]` instead of just `SFType` (see [here](https://github.com/simple-salesforce/simple-salesforce/blob/e3393bbcaf3d9651f11e3014c3c8cdc44d39a305/simple_salesforce/api.py#L315-L318)). In my opinion it would be better to also add...
Hi, I wanted to use this awesome library today, but I found out that you are not using any type annotations. Is there a reason for this? I find it...
I'm using [Google's Material Design Lite](https://getmdl.io) which causes the canvas elements to be disconnected and later reconnected. This causes to recreate a second Chart but with the same element, causing...
## Purpose Fix deprecation inside default devcontainer Fixes #42615 ## 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 Update github actions to not use deprecated node 16. Fixes #42617 ## Check List - [x] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) - [ ] Updated Change Log - [...
### Description Many pipelines still use versions of actions that are using the deprecated node version 16:  ### Describe your problem(s) _No response_ ### Describe your solution(s) Update the...
### Description  ### Describe your problem(s) _No response_ ### Describe your solution(s) Change the [default template](https://github.com/ballerina-platform/ballerina-lang/blob/7259783a1f830b67147d6819a73fe31ed3cddfdd/cli/ballerina-cli/src/main/resources/new_cmd_defaults/devcontainer) to this: ```json { "image": "ballerina/ballerina-devcontainer:latest", "customizations":{ "vscode": { "extensions": ["WSO2.ballerina"] } }...