Chris Hiestand

Results 24 comments of Chris Hiestand

If anyone is wondering how to implement a bulk loader in kubernetes, here's some bash from the proof-of-concept that handles the zero coordination (assumes 3 zero nodes): ```bash echo "Waiting...

I have been considering writing a dgraph operator for our own use-case. One thing that is, in particular, important to us is bulk loading. My plan was to use a...

@fristonio I've created such an issue: https://github.com/dgraph-io/dgraph-operator/issues/13

Was there a reason given for the #16 rejection? I don't see it on the PR.

Thanks for looking into it! I've run the debugger via `npm start` and in the electron devtools I see: ``` Uncaught TypeError: Cannot read property 'functionsRun' of undefined at Object.updateSignal...

Here's a small token of my appreciation (you can claim it when you close the issue):

Yes, I'm using hot reloading.

Okay, I'll disable that the next time I'm developing that app (you shouldn't have to wait very long). I wouldn't be surprised if hot reloading were a factor.

I did a little front-end development today with hot reloading disabled and not a single crash when it was disabled. So this is more evidence to back up your theory....

That sounds great, thank you @christianalfoni! I'll be happy to test it when it's ready.