Peter Wasilko

Results 8 issues of Peter Wasilko

### Imba Version: 2.0.0-alpha.205 ### Details I want to return dynamically typed elements from functions such that they will accept nested content as if they were tags with default slots....

enhancement
proposal
idea

### Imba Version: 2.0.0-alpha.202 ### Details In trying to define a predicate to return whether a collection contains a reference to an element, I want to end the function name...

enhancement

### Description It should be possible to pass a slot instantiation as an argument to a function. ### Why This would allow us to manipulate values passed into components with...

### Description CSS rules keyed to @touch are no longer working in the current alpha, although @move continues to behave as expected. ### Reproduction Duplicate the imba.io playground's Draggable demo...

bug

One of my all time favorite language features is the ability to define new operators and override the definitions of existing ones. It makes creating minimally verbose DSLs in a...

I have been trying to a find a way to directly import YAML files into my IMBA projects. I have tried using **import {default as ViteYaml} from '@modyfi/vite-plugin-yaml';** in a...

### Check for existing issues - [X] Completed ### Describe the feature Jef Raskin's design for the Canon Cat employed a quasi-mode for rapid navigation as illustrated in this [YouTube...

enhancement

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