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

feat: Remove `__name__` tag the Subrouter #853

Closed Amaljyothi44 closed 2 weeks ago

Amaljyothi44 commented 2 weeks ago

Description

This PR fixes #554

Rid of the name tag in the Subrouter

@sansyrox PTAL :)

vercel[bot] commented 2 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 2 weeks ago

CodSpeed Performance Report

Merging #853 will not alter performance

Comparing Amaljyothi44:main (97b2fe8) with Amaljyothi44:main (240eae8)

Summary

✅ 109 untouched benchmarks

sansyrox commented 2 weeks ago

Hey @Amaljyothi44 👋 .

Your branch is a bit too polluted 😅 Could you please cherry-pick/rebase specific changes to a new branch?

sansyrox commented 2 weeks ago

Hey @Amaljyothi44 👋

This PR contains a lot of unrelated code changes. And I have some inline comments !