-
I've been able to setup custom tags, generated the types and assigned them to dictionary but unfortunately the server requires specific tags to be added on the logon. How can be able to add custom tag…
bekee updated
2 years ago
-
Please I need help with calling the send function of the session from a controller so I can send request via api to the server.
A guide or an example would be grateful.
@TimelordUK
bekee updated
2 years ago
-
**Describe the bug**
When a class has a dependency in its constructor, tsyringe outputs the `Typeinfo not known for Sheep`
**Steps to Reproduce**
run react native ignite with bowser template:
`…
-
I made a small app using this library (following CLEAN architecture), but injection is just not working at all.
I've added "import 'reflect-metadata';" at the top of my App.tsx file, and @Service()…
-
### Analysis
i try to upgrade to lates version, i get this error (screenshot) if i apply chown fix, Homebridge restart for ever
![2022-10-25_10-14-58](https://user-images.githubusercontent.com/885…
-
## Issue Description
When using a method decorated with @Transaction() and it's arguments decorated with @TransactionRepository(), typeorm starts a new transaction for each query that is called.
…
-
- [x] There is a lib which is mentioned in discord.ts documentation
- [x] Look how the lib works and use the dependency injection
DI: https://github.com/microsoft/tsyringe
-
Používáme hodně servis a propojujeme je přes globální instance. Co použít dependency injection?
https://github.com/microsoft/tsyringe
-
We have old tests from the develop branch. They have been created with Typescript and work for the old version of the codebase. These old test files have been renamed with suffix (underscore: "_") and…
-
while writing a command, I wanted to use the DI pattern using tsyringe. like this
```ts
@injectable()
export default class WatchCommand extends Command {
constructor(private watcherRepository:…