IlyaCredo
IlyaCredo
Joins
Is it possible to use joins without fully raw query? Or is here a way to build raw queries without hard coding?
Litestar CLI cause crash on application exit, but when I start via granian cli, it works cool. MCVE: ```python def init_app( init_api_routers: Callable or None, structlog_config: StructLoggingConfig, context: str, middlewares:...
Is it possible to retain callsite params if exception is handled on higher level like general exception handler? Tried to override it manually, but it doesn't work. ```python def general_exception_handler(error:...
### Description Is it possible to override Bearer Security Scheme header in specific route? ### URL to code causing the issue _No response_ ### MCVE ```python async def check_access_token( self,...
### Error Message and Logs While making docker compose for cadvisor, tried to connect to predefined network via ui, but no network was attached. ### Steps to Reproduce 1. Make...
It'd great to skip some middlewares execution on specific handlers (e.g. auth middleware for public handlers). Now we can only make these middlewares not global and explicitly pass them to...
Paginator should have an opportunity to pass callback of onClose function for button. Inline-keyboard passes update.CallbackQuery.Message everywhere, so we cannot get user which pressed the button at all.
Looks like vue-devtools browser extension cannot detect vue inside iframe in external frontend (that has different domain and hosted by other company servers). Vue-devtools standalone works, but extension not. Is...
### Description Steam notifications don't show up. ### Steps to Reproduce 1. Go to Steam (Native) app. 2. Get notification. 3. No notification from noctalia-shell. ### Expected Behavior It should...
### Feature Description It would be great if GDM will also have the theme and colorscheme as noctalia-shell provides. The same format for components and wallpaper. ### Why Is This...