aranvir

Results 13 issues of aranvir

Hi benny, first of all thank you for the great work! I have been looking for a while now for a way to gracefully shutdown asyncio scripts and was very...

#### Wave SDK Version, OS Windows 10 Python 3.10.7 h2o-wave 1.0.0 #### Actual behavior I'd like to use form verification: At least, check that no input is empty. If at...

bug

#### Is your feature request related to a problem? Please describe I'd like users to specify a time range by defining two datetimes. The beginning of the time range cannot...

ui
feature

## Description - For server side sessions, the session id is now generated before the route handler. Thus, on first visit, a session id will be available inside the route...

### Summary Follow-up on: https://github.com/orgs/litestar-org/discussions/3112#discussioncomment-8477410 Currently, the `SessionMiddleware` of the `SessionAuth` backend creates the session id in the response wrapper and not when the session is first created, e.g., on...

Enhancement

Hi, I've been trying to use `django-eventstream` with the [htmx sse extension](https://htmx.org/extensions/server-sent-events/), but can't get it to work quite. I did look into the examples and managed to get those...

Hi, I'm experiencing an issue when using the `\underline` command. For both, asciimath and latexmath it is rendered correctly, but when I'm generating a PDF from it, it does not...

Using the example below, picologging produces messy encoding for timestamps, e.g.: ``` INFO - �i�j,-1224597123 - root - - A log message! WARNING - HE��,-1224597123 - root - - A...

## Description - Update guard typing to `ASGIConnection | Request | WebSocket` to better reflect the object type that is passed to this handler - Adjusted documentation accordingly. ## Closes...

Triage Required :hospital:
pr/external
pr/internal
size: small
area/docs
area/handlers
area/middleware

### Summary I really enjoy working with DTOs as it simplifies my work greatly. One weakness I've observed is when it comes to nested models, e.g., from including a relationship....

Enhancement