Phillip Hoff

Results 136 comments of Phillip Hoff

The issue here is a difference in semantics. Calling `res.cookie()` or `res.links()` is effectively a wrapper around `res.setHeader()` for the `Set-Cookie` and `Link` headers, respectively. Express does, in fact, "overwrite"...

I'm seeing the same thing on Windows but not on Mac, where I *do* get the `end` event. Which platforms are you all seeing this issue?

FYI: It looks like it might be the same or similar to [a long outstanding issue](https://github.com/apocas/docker-modem/issues/83) in [`docker-modem`](https://github.com/apocas/docker-modem/issues/83). As the issue suggests, the issue no longer repros for me when...

Is there a reason why the Dapr CLI shouldn't *always* monitor the port, whether `dapr run` specifies a command line to start or not? I'm thinking of the case where...

@youngbupark In your original proposal, you suggested that the Dapr CLI monitor the port and start/restart `daprd` accordingly. I was just asking whether it matters how the Dapr CLI was...

> ...or the VSCode UI (which I assume is based on dapr list. @rynowak The Dapr extension for VS Code looks for `daprd` processes (because `dapr list` doesn't count `daprd`...

@rynowak Feel free to file an issue in the [`vscode-dapr`](https://github.com/microsoft/vscode-dapr) repo. The extension is fairly strict in the process command line that it's looking for (to avoid false-positives) so it's...

Sure, though in that case I'd argue that it's still a bug to show the option under the `list` command. :-) That said, an "output as JSON" option for `list`...

> @carolynvs Adding support for an arm client (just the binary that runs on the host) would be easy and please let me know if that would help. I *think*...

Yes, I think that design would work for us.