sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.89k stars 195 forks source link

cast_to argument in query_params.get #842

Closed Amaljyothi44 closed 3 weeks ago

Amaljyothi44 commented 3 weeks ago

Add a cast_to argument to the query_params.get method for bug #835

vercel[bot] commented 3 weeks ago

@Amaljyothi44 is attempting to deploy a commit to the sparckles Team on Vercel.

A member of the Team first needs to authorize it.

codspeed-hq[bot] commented 3 weeks ago

CodSpeed Performance Report

Merging #842 will not alter performance

Comparing Amaljyothi44:main (4556429) with Amaljyothi44:main (89c7cc8)

Summary

✅ 109 untouched benchmarks

sansyrox commented 3 weeks ago

Hey @Amaljyothi44 👋

Thanks for the PR. You have changed the pyi files, which is used just for typing and not adding the business logic. You need to make changes here (https://github.com/sparckles/Robyn/blob/3644f21ce9984758fdf9b0dc9e03ea7094118fe1/src/types/multimap.rs#L9)