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 ```imba def main *args # doesn't work console.log(*args) # works main(1, 2, 3) ``` ### Reproduction _No response_ ### System Environment _No response_

bug

### Description ```imba bg:#60a5fa12 # doesn't work bg:#60a5fa/18 # works ``` ### Reproduction _No response_ ### System Environment _No response_

bug

### Description ```coffee :symbol # => 'symbol' ``` It was really small feature but I loved to use it. Why to drop it? ### Is this something you're interested in...

### Description This does not live reload when making changes to `./src/main.imba`: ```imba import express from 'express' const app = express! const port = process.env.PORT or 3000 app.get '/' do(req,...

bug

### Description Is there some mechanism been deployed for this new version? 1- I need run as administrator for express modal 2- I need refresh every time for changes taken...

bug

### Description Will provide repro later, don't know if this is specific to Vite but wanted to have this in writing. ### Reproduction _No response_ ### System Environment _No response_

bug
vite-plugin

### Description I was trying to boot up the imba.io docs server, and I expected the server to boot up. Instead, I got this ugly error message: ``` npm WARN...

bug

### Description ``` imba create test-hang cd test-hang npm i imba build -o public src/main.imba imba build -o public src/main.imba ``` Can't get to this until I have easier access...

bug

### Description ```imba css ..success c:green4 # doesn't work css ..success c:green4 # works ``` ### Reproduction _No response_ ### System Environment _No response_

bug