Carsten Klein

Results 183 comments of Carsten Klein

ManyToMany relationships use a relationship table under the hood and an associated generic or custom model class. What about instead using inlines on the model that declares the many to...

vis: annotations using the grease pencil would be nice! e.g. annotating a five pole that should be moved to a different vert or a vert that should be a five...

@dylanjewel I ran these apt-get commands and then make and everything worked except for the interface number, which defaults to 1 but had to be 0 on my system and...

@krayon Yes, after having changed that to `0` it worked. Debian/Buster.

@sittingbool I think I found the source of the problem https://github.com/testdeck/testdeck/blob/1cd8cf742a170f47b5704585f9dbaec40a031338/packages/mocha/index.ts#L89 ``` interface Object { [mochaDecorators.context]: Mocha.Context } ``` However, @pana-cc, I do not know what you want to express...

@pana-cc how can we fix this? or do we even need to fix this?

@PanayotCankov how can we deprecate #206 the mocha-typescript package from npm and point it towards ``@testdeck/mocha`` instead? And would you be comfortable with such a move?

@zveljkovic No, I am sad to say that, but this is an expected behaviour and not something that we can fix. See the comments in #248.

I have locked this so that we can keep this focused. We will decide which issue is preventing the 1.0.0 release. Feel free to link your issue to this if...

Why would you override the logger? Just use it as is. That is move all of the code to a custom logger helper class that will then utilize the passed...