-
I'm working on a custom markdown extension for my app but I need to access some global state that is in a service. I'd like to be able to use a Provider with a factory so that I can inject the service…
-
The scaffold currently has a pattern of [Modules](https://github.com/10up/wp-scaffold/blob/trunk/mu-plugins/10up-plugin/includes/classes/Module.php) and a way to [initialize these modules](https://git…
-
## 🐛 Bug report
First of all, this is a really cool project, and I am enjoying it a lot 👍 .
This might be quite niche to be honest, but I encountered unexpected behavior when working on nested c…
-
# Chore
## Describe the chore
Recently, I refactored the codebase to separate various concerns in the codebase into a logical file structure, something like this:
```shell
|-- dep …
-
Hi. Thank you for the library 🙏 , I am really enjoying it
I found quite a weird edge case: when I import `service` decorator and there is `from __future__ import annotations`, then the dependency …
-
# Reality Collective - Service Framework Feature Request
## Overview
Let's start talking about dependency injection and what it might look like for the service framework.
Ideally, I see this be…
FejZa updated
4 weeks ago
-
We are using ory client sdk for calling `ToSessionAsync`, but we do not have any trace of http requests made, or any activity.
We have open telemetry setup with HttpClient from DI, but this client is…
-
**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…
-
Wow! You just took this project out of my mind! With all these 'pure Python webapp' libraries using WebSockets, I wondered when someone would leverage HTMX. Anyway, is there a way to inject dependenci…
-
## Ask your question here
Without further knowledge about the Dapr Java SDK, is dependency injection for workflow activities (and probably workflows itself) not supported at the moment?
Check this…