Tyler Dunkel

Results 27 comments of Tyler Dunkel

hmm i see there is a login with email function as well. could i pass the email and pass as node env variables and then login that way? Would that...

oh yea i understood that part. something like DDPlogin.loginWithEmail(ddp, process.env.authEmail, process.env.authPass, function(err, usr) {}); but I will probably end up going the token route. Thanks! just one more question if...

yea thanks! I checked out the playground worker. Could you explain why you use processJobs as well as observing the changes on the collection? are both necessary to pull work...

Hi @J00MZ thanks for sending this over! We currently do not support SSO based login for AWS but it is on our roadmap to implement soon. In the meantime, you...

Hi @jessequinn, thank you for your interest in CG. We have GCP CIS 1.3 on our roadmap for policy packs and will be adding it soon. Ill keep you updated...

@szgaljic hmm I have not seen this issue before. Are you able to launch a Dgraph instance outside of the CG context successfully? The command would be: `docker run -it...

@szgaljic following up on this, would you be able to provide more details here? We have not been able to reproduce on our end.

I have started looking into this and have noticed where one of the changes is occurring. The file `aws-sdk/lib/util.js` has a function `inherit`. This function assigns an object to a...

This problem is certainly something my team is interested in! @retzkek are you still looking for help on solving this? We also would really benefit from having some way to...

Hi thanks for the quick answer, I changed the collection code to: ``` gameDetails = new Mongo.Collection('gamedetails'); gameDetails.friendlySlugs({ slugFrom: 'gameName', slugField: 'slug', debug: true }); ``` the code is in...