alexferl

Results 7 comments of alexferl

I just noticed this also. As soon as you include ngAnimate in your module, all the validation icons stack at that location.

I personally currently don't use django nor have used it since 1.3, so if you wanted to submit a PR with that, that'd be great! If you can't, I'll do...

Hello, I don't think it's currently possible, but I am not 100% sure. If I understand the use-case correctly, you'd like to get both group "A" and "B" when doing...

@p1c2u @stojan-jovic This is still happening on 0.14.2 with Falcon 3.0.1. Furthermore, if I try with: ``` curl --request GET \ --url http://localhost:8000/v1/test \ --header 'content-type: application/json' ``` I get...

@weicongs-amazon this is still a problem currently. In the Helm chart, it's supposed to be [disabled by default](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/8e7b8e361ea55e6f9620c81bc119ed3aa6a03223/helm/opendistro-es/values.yaml#L216) but it isn't. Adding the following to a custom `value.yaml` file does...

Are you still looking for feedback? My biggest issue with the lib is that it's **one** module, so we have to `go get` the whole thing even if we're just...