Jasper Dunn

Results 4 issues of Jasper Dunn

## Bug When using `truncate`, table borders are getting coloured the same as the cell content. ## How to replicate ```ts let andTruncating = '' for (let i = 0;...

```ts const responses = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((item) => { return createSelection( [ { text: 'skip', }, { text: 'higher', }, { text: 'lower',...

### What is the problem this feature would solve? When a default value is provided to an optional type, does it make sense for the request handler to know that...

enhancement

### What version of Elysia is running? 1.3.5 ### What platform is your computer? Darwin 24.5.0 arm64 arm ### What steps can reproduce the bug? ```ts import { t }...

bug