Viraj Kanwade

Results 33 issues of Viraj Kanwade

If custom boundary is set in content-type header, use it. Relates to issues: #1997 #3744 #621 #4740 #4589 #4554

Suggestion for a large screen. Split the screen into 4 (col) x 3(row) (could be based on space available). Leave top center 2 x 2 empty. This the main window...

**Describe the bug** A description of what the bug is, possibly including how to reproduce it. I am trying to include SentryAsgiMiddleware. I have to hack it a little as...

When viewing diff between branches, if there are too many files, it would be easier to fold all and unfold as required. A tree view would be even better. Thanks

**Describe the bug** A description of what the bug is, possibly including how to reproduce it. The flag, accept_only_proxied_requests, is hardcoded to True https://github.com/Neoteroi/BlackSheep/blob/a3656fb7eb0dbb9582f276bf1a61d4d14bbcb077/blacksheep/server/remotes/forwarding.py#L46 Override should be allowed in the...

enhancement
low priority

Heres the updated code. :)

Enhancement request: Ability to leverage read replica for read only transactions to improve DB performance. Some rough thoughts on the implementation: - Create an Aurora Postgres cluster with one writer...

https://github.com/pgjones/hypercorn/blob/3fbd5f245e5dfeaba6ad852d9135d6a32b228d05/src/hypercorn/app_wrappers.py#L31 Most asgi middlewares implement `__call__` with only 3 params, `scope`, `receive` and `send`. ``` sync_spawn: Callable, call_soon: Callable, ``` These are anyways not being used. So making them optional...

CSS ``` .wrapper ol { counter-reset: item } .wrapper ol>li{ display: block } .wrapper ol>li:before { content: counters(item, ".") " "; counter-increment: item } ``` HTML ``` ``` If I...

bug