imba
imba copied to clipboard
🐤 The friendly full-stack language
### Description ```imba def main *args # doesn't work console.log(*args) # works main(1, 2, 3) ``` ### Reproduction _No response_ ### System Environment _No response_
### Description ```imba bg:#60a5fa12 # doesn't work bg:#60a5fa/18 # works ``` ### Reproduction _No response_ ### System Environment _No response_
### 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,...
### 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...
### 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_
### 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...
### 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...
### Description ```imba css ..success c:green4 # doesn't work css ..success c:green4 # works ``` ### Reproduction _No response_ ### System Environment _No response_