Hadar Cohen

Results 15 comments of Hadar Cohen

does like here mean "good idea" or "go do it"?

I don't think it's related to #707 , while #707 is about Jarvis logic, I'm talking about surrounding the Jarvis logic with server. basically adding a connection layer witch transfer...

hey there! I really forgot about this issue. instead of using BaseHTTPRequestHandler, why won't we use flask? something like this: ``` @app.route('/command') def command(): message = request.get_json() cmd_interpreter = jarvis_dict[message['id']]...

hey again, I've build some simple Flask server but for some reason I can't run it with Jarvis, some virtual environment problem that I can't figure out. I did test...

@evamy that will be awesome

I don't think we should run the server as plug in, instead we should run the server if we're getting server flag: `>>Jarvis -server #will run jarvis as server` `>>Jarvis...

So we'll be managing several Jarvis instances inside Jarvis?

@evamy I've noticed before your edit that u want to use the server as a home server home automation. I don't think that http server will give u all the...

> > * Make sure when pressing cancel it goes to the protest page - if the user has just signed in it will return to the sign in page...

how about using [material-ui's cards](https://material-ui.com/components/cards/)?