Walter

Results 10 issues of Walter

# Problem Currently, plain objects (objects without constructors or functions) are emit to the deceleration file as generically named interface types, in the form of `__Record{classId}`. ``` // ./assembly/index.ts class...

enhancement

### Describe the feature you'd like: three's default points supports per-vertex opacity: https://codesandbox.io/s/react-three-fiber-per-vertex-opacity-6ox99v I would drei's Points API (buffer and `Point`) to support individual opacity, for feature parity. ### Suggested...

enhancement

### Feature Use Case My use case is to preserve the path of output asset without hashing, so that I can reliably locate an asset using its original path. ###...

t³ ✨ enhancement
t⁸ ⋅ triage

### Describe the bug When importing directly from solid-js/dist, type declarations are not included alongside the module. ### Your Example Website or App https://stackblitz.com/edit/vitejs-vite-rxucgj ### Steps to Reproduce the Bug...

typescript

The current package entry points use conditional exports which make assumptions about my desired behavior, and provide different implementations based on my environment. In my case, I want to use...

enhancement

This plugin throws an error when resolving imported assets as described by the Bun documentation [here](https://bun.sh/docs/bundler#assets): ### Files - ./index.ts - ./desert/background.png ```typescript // index.ts import desertViewTowerUrl from './desert/background.jpg' ```...

### Describe The Problem To Be Solved The new strategy for `createElementSize` introduced in 2.0.22 (which to be fair, is more reasonable) is not backwards compatible. Instead, additional strategies for...

enhancement

## What problem does this solve or what need does it fill? Linear interpolation is unsuited for transitioning of directions. ## What solution would you like? I would like a...

C-Enhancement
A-Math

## What problem does this solve or what need does it fill? I need to smoothly move a value towards a target value over time using velocity and other parameters...

C-Enhancement
A-Animation
A-Math
S-Needs-Design

### What is the problem this feature would solve? In my app, I have a transitive dependency on a package which uses conditional exports to provide different behavior. Bun always...

enhancement
good first issue