-
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…
-
# 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
3 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…
-
## 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…
-
For example:
```python
from neoclient import get, Header
from typing import Annotated
Server = Annotated[str, Header("server")]
@get("/foo")
def foo() -> Server: ...
```
-
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…
-
**What needs to be cleaned up?**
Implement dependency injection (DI) and inversion of control (IoC) by adding interfaces for classes in the core projects and moving the implementations (concrete cl…