-
### What happened?
We are unable to access tracecontext like showed here: https://opentelemetry.io/docs/languages/js/propagation/#generic-example
We want tracecontext information to propagate ma…
jarpz updated
3 months ago
-
I have an issue, when I import some type from package (linked or regular)
problem like: can't resolve "path/to/my/node_modules/module" or "my type" is not exported from 'path/to/my/module'.
Error:…
-
Is there a way we can add a custom argument to a class constructor? e.g
```
@injectable()
class ExampleClass {}
@injectable()
class MyClass {
constructor(custom: CustomInterface, example: …
-
Hi all,
I have the following two entities:
```
import { Entity, Column, PrimaryGeneratedColumn, ManyToOne } from "typeorm";
import { Activity } from "./";
@Entity()
export class Fare {
…
-
The only activity I see is from a bot. There are a lot of unanswered questions. Any status update would be great.
-
title might be wrong, here's what I'm doing
```ts
@singleton()
export default class StripeConnectionTokenResolversFactory extends AbstractResolversFactory {
```
```ts
@registry([
{ token:…
-
it appears that reflection is suppored in es2017+ https://stackoverflow.com/a/59185593/206466, would be nice not to require a polyfill if typescript is compiling to at least that version.
-
so I have this code
```
export function context(): DependencyContainer {
container.register(
Beans.APOLLO_CONFIG,
{
useFactory: instanceCachingFactory(async(c) => {
retu…
-
Hello guys, I'd like to start saying a big thank you to everyone, for your support and using this project. Given that, and having this project in production, I've started to see some issues between th…
-
When working with tsyringe I've found the need for a scope that would allow me to use the same instance for a parent + all their childs. This is already possible by registering a singleton on a conta…