Hakan Aktas

Results 3 issues of Hakan Aktas

### Prerequisites > Please check that your issue isn't already filed: https://github.com/kmikiy/SpotMenu/issues?utf8=✓&q= It isn't. ### Description I have a Macbook and I usually use it with a second screen attached....

Hello, The ChartMuseum instance you're running on charts.deliveryhero.io has been responding with HTTP 504 for pretty much all endpoints since earlier today. I'm not sure if this is the correct...

```typescript class A extends Entity { public foo: string = null; } class B extends Entity { @Type(A) children: A[] = null; } const instance = EntityBuilder.buildOne(B, { children: [...