Alex

Results 364 comments of Alex

There is an option `purs compile -p` to remove the comment. But still `pus compile` and `purs-ide` should have the same default behavior.

I have the same error on GCE, deploy using helm chart https://github.com/kubernetes/charts/blob/master/stable/nginx-lego ``` time="2016-12-09T17:17:39Z" level=error msg="Error while process certificate requests: Secret \"https\" is invalid: [data[tls.crt]: Required value, data[tls.key]: Required value]"...

In window (10/11) this happened to me all the time (on versions pnpm version and the latest) when installing from terminal with user priveleges: > ERR_PNPM_READ_FROM_STORE  Error: EPERM: operation not...

> While it would not have to be the default, perhaps adding an optional flag to link subcommand would be beneficial? Maybe I dont' use `yalc link` at all, prefer...

How should `publishConfig` be applied?

As I was too recently dealing with this problem, I have reviewed the code for this PR. Here are some thoughts about it: - You have to explain the whole...

You should test it, it doesn't work =) as you use browser version to build in node, it won't work. my plugin code, for build only: ``` javascript var css...

@theefer no I dont' currenlty. It was a manual tune up of systemjs-builder workflow (there is also an issue with `image-size` package https://github.com/jspm/registry/issues/221). I currently use stealJS (http://stealjs.com/) in production,...

> According to "process with PID 20836 is still running" message, the compose process is still reported by system as "alive". If you can reproduce this issue, could you please...

> @wclr process detection is implemented by https://github.com/moby/moby/blob/master/pkg/process/process_windows.go Well, here I believe it checks the process. But the fact is that when launching `docker compose watch` it reports that `process...