raman

Results 9 comments of raman

Was using selectRight() earlier But removeAllViewsInLayout() is pretty neat workaround. Thanks

That's an issue which should never be closed! :bowtie:

I was using GitHub auth provider with custom domain configured on Netlify as CNAME. Although GitHub configuration in firebase console tells me to use the default redirect URL(eg. abc-989d.firebaseapp.com) not...

@KevinLourd For context: I was trying to change domain name shown on Google sign-in consent page. And I am using Netlify as hosting provider, GitHub as OAuth. I've documented the...

Also in https://github.com/openzipkin/zipkin/blob/master/zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/ElasticsearchDomainEndpoint.java at line 51 code is looking for DomainStatus.Endpoint in json which is not returned by AWS in ES Describe call

Encountered this error today! In my case, I am removing the auto-increment from primary key. Because I am converting the PK to UUID. Is this type of upgrade not supported?...

Update: I've actually refactored my code as per your suggestion [here](https://github.com/dfahlander/Dexie.js/issues/646#issuecomment-359460164) i.e. without dropping auto-increment flag and its working so far... --- PS: Thank you for all your work!

any plans for this..? PS: Coming from DexieJS