Erez Rokah

Results 453 comments of Erez Rokah

Hi @Soviut, that's a good idea and we should probably do both to have: 1. Good defaults 2. Configurability Are you open to submitting a PR for it? This configuration...

Thanks @aaronransley, this is somehow related to https://github.com/netlify/cli/issues/1303. However, I think you should be able to use `.env.development` for local overrides per https://github.com/netlify/cli/blob/4fa5d077789b77984457d6b7adb51a6bc3da099b/src/utils/dot-env.js#L21 until we decide on the flow we...

Hi @ForbesLindesay, thanks for opening this issue. Could you use https://github.com/ouzi-dev/commit-status-updater to update the commit status? The CLI triggers a deploy, but doesn't simulate the same mechanisms as the Netlify...

Oh, I get it now. Sorry I missed it initially. Let me look into it further as I believe this will require API support for it. Could also be related...

Sorry for the late follow up, opened this related issue for our API https://github.com/netlify/js-client/issues/149

So I've given this more thought. Ideally (and assuming API support), the CLI could auto magically do this for users. 1. Detect it's running in a `git` repo 2. Get...

The log line is here https://github.com/netlify/cli/blob/f1c4d1017acba380048c06efa98b51b967f763d2/src/commands/open/open-site.js#L27 which means it probably hangs on https://github.com/netlify/cli/blob/f1c4d1017acba380048c06efa98b51b967f763d2/src/utils/open-browser.js#L36. And to add more context @whitep4nth3r, `ntl dev` doesn't experience the same behavior, correct?

Hi @lukasholzer, I left a small comment. Also in order to trigger a release we'll need to merge this as `fix` or `feat`.

Hi @saswatsam786, can you fill in the missing parts from the issue template? Specifically `To Reproduce`, `Configuration` and `Expected behavior`. Running the functions server on a different port is the...

Thanks @saswatsam786, can you share a reproduction scenario that reproduces the "not working on port 8888" and "working on port 60248". The function should work on port 8888, so it...