-
Interesting to see how the app would differ without dependency injection.
### My Initial Ideas
Would need to add factory functions for all injectables e.g.
```python
from functools import cach…
-
ACs:
1. Should be able to use Hapi.
2. Migrate tests to use injectables.
3. Should have all tests passing.
-
Same as `nestjs/mongoose` https://docs.nestjs.com/techniques/mongodb#hooks-middleware
This will allow for something like the following:
```ts
TypegooseModule.forFeatureAsync([
{
// s…
nartc updated
3 years ago
-
# 🐞 bug report
### Affected Package
@angular/core
### Is this a regression?
Don't know
### Description
**ngOnDestroy** is not called for Services provided via **factory function** into…
-
`isReplacedLikeElement()`:
https://github.com/readium/ts-toolkit/blob/1b268b261a7488078949b9bef335c7a3514d6851/navigator-html-injectables/src/helpers/locator.ts#L4-L6
PR: https://github.com/read…
-
All should be injectable services/repositories
-
Hello
It seems like ngx-translate doesn't support inheritance.
It doesn't parse a subclass which extends a parent class (with a protected i18n: I18n) unless the subclass has a constructor, re-de…
-
In our system, we often have to clear orca caches manually at the end of a given model step. For example, after running household location choice, we need to update the occupancy characteristics of bu…
-
I've not thought this through fully, but is there a good reason not to allow access to dependencies in a decorator? I've had a few situations where I want to alter/augment some behaviour in a given se…
-
Self explanatory - enable automatic logging for tests. This could involve "injectables" that copy `stdout` and `stderr` from the subprocess and save to a log file.
The question is whether or not th…