-
**Describe the issue**
Currently the Vault agent injectors use the same public URL to access Vault that is used by the UI, meaning that all agent injectors only ever use the 'active' server, but becau…
-
The major version of `Pydantic` was recently released and lost backward compatibility. In particular, the `.from_pydantic` method stopped working for `providers.Configuration` due to the fact that the…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
Hey,…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
If I want to pass signal based data to a `ComponentRef` we have to set the input and create an effe…
-
Hello there,
as we all know there is not really a good documentation for the widget services. So here is mine.
### **IMPORTANT**
I extracted this from the 3.4.1 Version - I might update this …
-
**Describe the bug**
I found an interesting bug: di doesn't work with built-in generics.
```python
class Client:
pass
class Service:
def __init__(self, clients: list[Client]) -> None…
-
## In what area(s)?
/area runtime
## What version of Dapr?
> 1.13.x
## Expected Behavior
When a Dapr-annotated Kubernetes resource like a `Deployment` get the Dapr sidecar…
-
will make it more robust and less dependent on the order of params
![image](https://cloud.githubusercontent.com/assets/656739/21581958/96775d98-d03e-11e6-9106-e4d1e7140215.png)
-
I want to have a root injector, which contains a provider for a service, `A` but I want to have a child injector that provides anothe service, `B`, which `A` depends upon:
``` js
module moduleB {
…
-
Version: `@ntegral/nestjs-sentry: 4.0.1`
Usage:
```typescript
SentryModule.forRootAsync({
useFactory: async (
config: ConfigService,
): Promise => {
return {
…