Mikey

Results 41 issues of Mikey

### Description it will allow multiple options to be checked as opposed to just one at a time ### Reproduction _No response_ ### System Environment _No response_

bug

### Description Does not work: ``` @keyframes fade 0% bg:{color} ``` ### Reproduction _No response_ ### System Environment _No response_

bug

### Description Here `{total}` works but if I change it to `{speed * 4}` it doesn't work: ``` css d:grid grid-template-columns:1fr 1fr g:1px s:10px > animation:fade {total}ms linear infinite rd:1px...

bug

### Description _No response_ ### Reproduction _No response_ ### System Environment _No response_

bug

### Description _No response_ ### Reproduction _No response_ ### System Environment _No response_

bug

### Description _No response_ ### Reproduction _No response_ ### System Environment _No response_

bug

### 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 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