Sumanth Chinthagunta

Results 139 comments of Sumanth Chinthagunta

I haven't seen any issues. Was able to run jobs via Amin UI.

**Just a note**, apparently _Microsoft_ have different AD subscriptions, based on plan, expensive corporate plan adds email claim correctly but for low cost plan, email claim is added at `upn`...

> @xmlking would you mind checking if the issue still persists in 0.32.0? While AzuredAD's email is probably not being populated yet we remove the requirement of having an email...

i see this in docs. is it already implemented ? https://github.com/nhost/nhost/blob/main/docs/docs/graphql/settings.mdx#L168-L171

Here is my project when you can reproduce https://github.com/xmlking/ngx-starter-kit/blob/develop/libs/chat-box/src/lib/state/chat-box.store.ts

I cannot import `import { ImmutableContext, ImmutableSelector } from '@ngxs-labs/immer-adapter';` some how they are missing in published v3.0.0 npm module! ![image](https://user-images.githubusercontent.com/627951/55772241-472c4080-5a40-11e9-8aa7-a6301882d219.png)

No problem. appreciate your work and quick release 👍

try also ``` go get -d github.com/infobloxopen/protoc-gen-gorm cd ~/go/src/github.com/infobloxopen/protoc-gen-gorm make install ``` error

thanks @bijukunjummen looked at your spring boot 2.0 resource server security config [ oauth-uaa-sample-boot2](https://github.com/bijukunjummen/oauth-uaa-sample-boot2/blob/client-creds-test/applications/resourceserver/src/main/java/org/bk/security/ResourceServerConfiguration.java) do you have ResourceServer example for spring boot 1.5.x ? last time when I tried, I...