Asad Memon
Asad Memon
Thanks. I like the idea of ssl support. What would be the best experience, maybe running `zero https example.com` or something should do it all for the user. I have...
I will have a look in some time. If you can, please share the repo so I can reproduce this quickly.
@futurfutur Can you share an example repro so I can debug this? The following "hello world" of material-ui works fine: ```js import React from 'react'; import Button from '@material-ui/core/Button'; const...
Although not documented (I think), this should already work. Doing `zero src` or `zero www` or even `zero build www` should work just fine. Give it a shot please and...
@iagobruno Did it work fine for your project?
It's down again. I have put up a mirror that I plan to maintain and improve: https://airdope.io/
It's down again. I have put up a mirror that I plan to maintain and improve: https://airdope.io/
I would like to +1 this idea. snapdrop is down right now and has been for a few days now. I have spinned up a mirror which I plan to...
I have added a `` to the HTML. Can you check now?
The API takes `stdin` as one of the params [here](https://github.com/remoteinterview/compilebox/blob/master/API/app.js#L46). There is no stream from terminal. The code is sent to server and result is returned. The API allows to...