Petar Dochev

Results 8 comments of Petar Dochev

This also seems to work ```sh live-server --ignore="$PWD/.git/**" ``` Ideally relative paths should be resolved to absolute paths ... The issue seems to be that by default the root dir...

Strictly speaking this is not an error. If it is necessary to communicate if the db was changed, a separate return value could be used, e.g. `Up() (stepsExecuted int, err...

It would be even more useful to have the total number of dependencies (including transitive deps). For example [email protected] has 3 direct and 2 transitive dependencies (5 in total).

Most of our brokers use a static catalog, so it is not an issue on the broker side. It would be nice if a broker could specify the period when...

Some K8S apps like the [Service Catalog](https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/install.md) use [Helm](https://helm.sh/) charts for deployment

As a start you can do it like ssh does. Upon first install ask the user if he trusts that thing (and show some relevant metrics as discussed above). Then...

See how it is done in [direnv](https://direnv.net/)

may be this is the debugging exercise 😉