Jan Krüger

Results 21 comments of Jan Krüger

Hi. I don't think so. Feel free to continue

Any updates on this? I'd be interested as well. I'm also using TypeORM.

Proposed change to accommodate for cardio change - [ ] Design a "Add a workout" page for cardio training ![workout overview](https://user-images.githubusercontent.com/22977969/53523084-2507e000-3adc-11e9-8247-c42a4ad52a86.png)

I think I'm encountering a similar issue when running ``nx affected:test`` with a .NET project that has a testing project attached: ``` Executing Command: dotnet "test" "/root/project/apps/navigatem-pze-api-test/Datenlotse.NavigatemPzeApi.Test.csproj" Determining projects to...

We probably can add integration of any service that provides a public API, that we can make use of. But as @KrisKodira said, its probably a post MVP feature, tho...

I would go for the following tech stack: **Frontend for the WebApp:** Angular7: > Pros: > - Native Typescript support > - Utilizes Typescript features > - Ability to use...

I'll be able to verify that tomorrow. The problem is, that the ``SELECT`` gets executed after the group by. Therefore the alias is non existing at the time of the...

No, not really. I have a custom typeorm service that extends from the libraries typeorm service, but that only overrides the update / create methods, the get methods are all...

This is the resolvers definition: ```ts resolvers: [ { DTOClass: LineDto, UpdateDTOClass: UpdateLineDto, ServiceClass: LinesRelationQueryService, EntityClass: Line, enableAggregate: true, delete: { disabled: true }, create: { disabled: true }, guards,...

Hi, ty for coming back to this. I'll give it a try on Monday 😉