Allan Simon
Allan Simon
@tomchristie why the second option not something you're keen on ? (honest question, I have no opinion) but yes I've run into this issue because I was trying to put...
right now a workaround I've found (as I'm using fastapi and not startlette directly, so not sure how much it applies on startette) is subclassing like here https://fastapi.tiangolo.com/tutorial/custom-request-and-route/#custom-apiroute-class-in-a-router and there...
sure thing ```python """The goal is to have the route name of the current request accessible anywhere by our loggers to help us contextualizing when debugging though kibana or other...
@shizidushu here I will not be able to simply copy paste you code, but here basically the usage: I've configured all the loggers to have a JSON Formatter in order...
I don't know if it's worth adding but yes we've also seen bad performance when using a `Enum` class with a lot of possibles values, we have one with 60...
> infi.orm kind of sucks - it doesn't report bugs properly, users run into issues with mysterious errors like Table default.infi_clickhouse_orm_migrations doesn't exist I'm hitting this problem right now with...
@dantleech thanks for the quick answer, as I'm not familiar with anonymous function in vimscript, do you have a quick example of a dirty workaround that would just return always...
ok thanks, I've seen the "expr-lambda" help but adding in my init.vim ``` let g:PhpactorRootDirectoryStrategy = {-> '/home/allan/myproject' } ``` does not seem to work `:Phpactorstatus` still return the same...
haha, I did :) but still does not seem to works
``` Version: 111c3e6 (4 days ago) 0.16.1-1083 Filesystems: simple Working directory: /vagrant/src ``` I've tripled-checked , I have only ` g:PhpactorRootDirectoryStrategy` defined Here's my init.vim ```vim set mouse=a " workaround...