Lukáš Doležal

Results 8 issues of Lukáš Doležal

If I have polymorphic fragment array: ```js export MyModel = DS.Model.extend({ parts: MF.fragmentArray('part', { polymorphic: true }), }); ``` with hierarchic fragment models: ```js export Part = MF.Fragment.extend({ // ......

Hi. Would you consider adding support for gamepad? Thanks!

feature-request

Using the `Infomer.watch` method that yields notices from the `watch` endpoint is not guaranteed to receive all events in case the informer restarts the watcher: 1. Informer fills/replaces cache from...

ECS is setting ARN to container labels to find exact container then on instance using `docker -f`

![ecs-run-shell](https://cloud.githubusercontent.com/assets/132277/11748785/e9ca2488-a021-11e5-885f-7d34f4f15036.gif)

**What happened**: Running `kubectl apply --disable-compression -v=10 -f ...` from inside a kubernetes Pod in the kubernetes cluster tries to connect to localhost and fails: ``` I0603 11:40:52.188778 306 merged_client_builder.go:163]...

kind/bug
needs-triage

**What happens** `std.foldl` seems to be implemented internally with recursion, or otherwise causing stack overflow when iteration over large array. Additionally, memory usage grows immensely with more `foldl` count **What...

performance

### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [ ] I'd like to contribute the...

type/bug
solution/workaround
area/templating
P2