Marcus

Results 21 comments of Marcus

would it be possible to have more standardisation of acronym capitalisation rules? `@HTTPRouteHandler(..., http_method=[HttpMethod.GET, HttpMethod.POST])` kind of grinds my gears. (my preference is for only initial caps i.e. `HttpMethod` because...

I think I'm more thinking in terms of the future - AFAIK, there currently isn't any project-wide convention for this, and it'd be good to set one.

@claviska, would you accept a PR to add a note to the `sl-divider` documentation that: * this may happen when using Tailwind with Shoelace * a workaround is available? If...

Created https://github.com/shoelace-style/shoelace/pull/2356.

the ASGI server; added traceback for clarity, where you can see that it goes into `uvicorn` code

no worries - why is the latter expected behaviour though? having outer exception handlers possibly handle inner exceptions would be a good thing for me

yup I’m clear on both how it was designed + how the layering works; my question was more about the intention behind the design i.e. “expected” in the sense of...

> There will be only one exception handler: The one on the handler level. I understand this; the source code for that part is pretty clear. my suggestion was more...

hm yeah that makes sense, thanks! shall I create a PR for the bug (catching exceptions occurring in exception handlers and returning a Litestar-flavoured 500, rather than allowing it to...

@TomerBin, thanks for your work on this! Is this rule intended to apply only to route functions? I ask because at my company, we have a pretty comprehensive set of...