-
Hello,
This is mainly a question/discussion that I wanted to start.
I am one of the maintainers of `inversify` which is a DI library . A very very common question we get is "when are we switching t…
-
At the moment when defining a `httpMethod` in the controller the `metadata` is pushed onto an array. This works fine for most cases but it provides two disadvantages in my opinion:
1. If we want to…
-
Member decorators (method, accessor, field, etc.) in the current proposal do not have access to the class constructor or prototype, and thus have no access to the name of the class containing the deco…
-
Simple Injector supports injecting metadata into decorators [for a long time](https://simpleinjector.org/aop+using-contextual-information-inside-decorators) through the use of `DecoratorContext`. More…
-
Hello everyone,
When I use a custom drawing function, I have the impression that the bounding box is not correct, see the image below.
![103563965-fcae5100-4ebd-11eb-9229-5ec6824f8493](https://u…
-
## Context
Today there is no easy way to use another cache than `IDistributedCache` (like the new HybridCache of .NET 9, FusionCache, etc) when using the metadata service. The `AddCachedMetadataSer…
-
Is there a way to access the target class (not the instance) in the context (method, field, etc)?
I've been implementing the new decorators in my library and I found out the only way I have to acce…
-
### Issue description
For multiple table inheritance the parent column decorator/metadata is always used, though it's valid to override certain properties in the child entity colum deocrator for in…
-
Sometime we need a decorator to work on instance (not class itself), but we do not have any method / property for it, these usually comes with metadata additions:
``` js
function foo(value) {
ret…
-
RuntimeError: Form data requires "python-multipart" to be installed.
You can install "python-multipart" with:
pip install python-multipart