Gridworkz

Results 14 comments of Gridworkz

Thanks for getting back. I'd be keen on seeing how this is done. Are there any resources we could look at to get started? Cheers, Dave

Regarding your latest email - I was thinking if we go with your "_passing env vars to the container_" solution we could do something like this: Let's assume we have...

Cool thanks - I'll check it out. Nice new docs btw...

cool, thanks... On Tue, Mar 5, 2019 at 4:34 PM Lex Li wrote: > Not everything can be put in the snippet. > > — > You are receiving this...

So what should we do here now? I'm getting the same: stderr:Process exited with status 1

Now I get - Invalid filter: request Also after a fresh install 'crequest' appears twice in INSTALLED_APPS and I need to pip install django-compressor. I noticed in the project_template -...

Hi Joshua: The payload looks OK (to me at least): ... OPTIONS /api/user/undefined 200 8.564 ms - 8 { _id: '58066b85c60c79687410b0b7', firstName: 'Dave', lastName: 'Cook', email: '[email protected]', role: 'Member', iat:...

Yep, the console is showing nothing. I don't think `const userId = cookie.load('uid');` is even getting fired. I tried a fresh install of mern-starter, thinking it might be my stuff,...

Solved - In my Navigation component I did this by just grabbing the cookie contents: ... `class Navigation extends Component {` `constructor(props) {` `super(props);` `this.state = { profile: cookie.load('user') };`...

Hi Joshua: No problem, I understand the busy thing all too well (I was once a CTO of a brokerage house). I was going to ask you about PR's so...