Jasper Dunn

Results 17 comments of Jasper Dunn

This issue can be closed. Aggregating data like what I was attempting isn't a good approach in the front-end. We moved to backend filtering and sorting.

Still an issue ``` datasets: { doughnut: { borderWidth: 0, spacing: 2, }, }, ```

Same here ``` datasets: { doughnut: { borderWidth: 0, spacing: 2, }, }, ```

I'd be keen to know what the reasoning was for using a generic string type instead of string literals. Surely having more robust types would benefit those of us using...

Thanks, is there a way to exit out of all of them though?

@SaltyAom the reason I'm keen for Zod support, is being able to do cross-field validation. Is there any possible way to do the following in Elysia atm? ```ts t.Object({ max:...

Ahh I just saw [beforeHandle](https://elysiajs.com/life-cycle/before-handle) in the docs 👍🏼

![Screenshot 2024-09-06 at 1 34 56 PM](https://github.com/user-attachments/assets/a80347d1-376a-4ae3-9273-1f428a10109e) `elysia: 1.1.12` This is happening to me too, I'm expecting query to be of type: ```ts { pageNum: number; pageSize: number; } ```

> Wtf You mark it as optional and expect it to be required? Sorry if I haven't explained it clearly. This is what I want: It's optional, if I don't...