imba icon indicating copy to clipboard operation
imba copied to clipboard

🐤 The friendly full-stack language

Results 186 imba issues
Sort by recently updated
recently updated
newest added

I feel like this should work: ``` let x = [1, 2, 3, 4, 5] .filter do $1 < 4 .slice 0,2 console.log x ``` But you need parenthesis around...

feature

### Description To reproduce, serve this code, type in both input boxes, and press the clear button. Expected behavior is that both inputs are cleared, actual behavior is that the...

bug

### Description s:100 doesn't work s:400px works w:100 h:100 works ### Reproduction _No response_ ### System Environment _No response_

bug

### Description this code ```imba class Command process def run process = new WCProcess({proc, cmd: self}) console.log "ran {cmd}", process ``` ``` return process = new WCProcess({ proc, cmd: this...

bug

Edited. Sometimes, it's useful for slots to use data from both parent and child scope. Vue implements it like this ``` tag my-component tag app slotProps.text + slotProps.count ``` In...

Currently imba can infer when a definition is an object with no need of curly braces ```imba let object = one: "one" two: "two" three: "three" ``` Could the same...

### Description vscode is complaining this error for tsconfig.json and ts-plugin cannot see the type of global component i have to diable checkJs to silent these errors

Is there a way to do `grid-template-areas`'s values in multiple lines like this? ```imba css & grid-template-areas: "left top right" "left bottom right" ```

bug
v2
stale

### Description `` should be equivalent to ``. But it compiles to `width: 1;height:1` which doesn't work for now ### Reproduction https://scrimba.com/scrim/cG8V82Ty ### System Environment ```text * ```

bug

This will make it work regardless much more consistently when used inside deep selectors.