-
I've searched but come up with nothing. Is there a way to Inject UrlHelper into some service classes I'm writing like [AutoFac](https://autofac.org/apidoc/html/DA6737B.htm) does?
-
Hi guys,
I'm trying to get my head round at this pattern:
``` javascript
var MyModules = (function Manager() {
var modules = {};
function define(name, deps, impl) {
for (var i = 0; i…
-
Coming from #417, it was proposed that we refactor the caret-related code into its own class. I've opened this issue to provide a place for discussing such a change's pros, cons, and implementation.
-
**I'm submitting a feature request**
- **Library Version:**
1.0.0
- **Language:**
ESNext
**Current behavior:**
I'm using aurelia-i18next so I have a page like this:
```
import {inject} from "au…
-
Hi,
I've recently ported the IoC library in a framework that I'm using for my work projects to Simple Injector.
Previously I was using Ninject, but as it is not developed anymore I decided that i…
-
First of all, let me say I really like Auryn since you made me discover it.
But, I've been learning these past months about DI and containers and all that stuff, and I don't really think that other D…
-
ASP.NET Core defines the abstractions `IServiceCollection` and `IServiceScope` to complement, and work in conjunction with, the `IServiceProvider` abstraction. Just as `IServiceProvider` defines a mec…
qujck updated
7 years ago
-
Suppose a library wants to do some work on a thread pool and return a future for the result. For concreteness, it might be:
- Wrapping a blocking IO API (in this case #threads > #cpus makes sense).
- …
-
The link on Page 41 to the Dependency Inversion Principle is not available.
rabbl updated
8 years ago
-
**mapbox-gl-js version**: v0.22.0
### Steps to Trigger Behavior
1. open [**"Add an image"** example](https://www.mapbox.com/mapbox-gl-js/example/image-on-a-map/)
2. zoom in and out arround the raster …
indus updated
8 years ago