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

### Description `import {a,} from './a' ` doesn't work ^^' ### Reproduction https://scrimba.com/scrim/cQ6J2EhD ### System Environment ```text * ```

bug

### Description Setting className on self is omitted when self has inline styles ### Reproduction https://scrimba.com/scrim/c8w63KHE ### System Environment ```text all ```

bug

### Description according to https://github.com/krausest/js-framework-benchmark which have imba version 1.5 implementation at https://github.com/krausest/js-framework-benchmark/blob/master/frameworks/keyed/imba/src/main.imba I want to update it's benchmark to imba version 2 to submit the updated version what i...

bug

When building a full stack app for deployment on a shared hosting server, imba build will generate references to my local filesystem that won't be valid on the hosting platform....

Shorten each badge to 1 line in order to remove awkward hypertext from the spaces between the badges.

### Description Hey team, an imba user reported an error in my project, and I ran across a peculiar situation. In plain vite, If import [object-hash](https://github.com/puleos/object-hash), I see no warnings....

bug

There is a section of [imba-ui components](https://github.com/imba/imba/tree/master/packages/imba-ui/components), where we have custom imba components. I would like to work on documenting these UI components. This would give users a understanding of...

### Description Since updating from alpha 234 to 237, I am getting this @font-face issue and unhelpful code line references int he console. ![CleanShot 2024-10-19 at 23 31 11](https://github.com/user-attachments/assets/1d7bd644-47a7-4a15-8db0-598e18b8ba14) ![CleanShot...

bug

Since Imba doesn't currently have a Macro System, I've been experimenting with the GNU M4 macro processor as well as some custom pre-processor code. ### The Problem However, the Imba...

feature