Charlie Stanley

Results 7 issues of Charlie Stanley

There are some cloud based ftp clients & firewalls that get pretty sloppy about sending FIN packets when killing a long running control connection. When using MultiprocessFTPServer, this means we...

## In what area(s)? /area runtime ## Describe the feature We commonly get reports that service invocation does not work with dapr standalone mode: https://github.com/dapr/dapr/issues/2665 https://github.com/dapr/quickstarts/issues/361 https://github.com/dapr/quickstarts/issues/388 https://github.com/dapr/quickstarts/issues/399 (May also...

P1
pinned

```make test``` executes the golang tests and generates coverage data. It does not do so for the typescript code. We need to make sure we're running test for typescript and...

P2
area/test/unit

**Describe the issue** We have gotten several issues like this: https://github.com/dapr/dapr/issues/3344 **URL of the docs** https://docs.dapr.io/operations/hosting/self-hosted/self-hosted-no-docker/ **Expected content** The primary issue is that the placement docker container listens on 6050...

P2
platform/self-host
content/incorrect-information

**What content needs to be created or modified?** Change is here: https://github.com/dapr/dapr/pull/3429 This table needs to be updated for sure: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-annotations/ Maybe a note here? I have to think about...

content/missing-information
platform/Kubernetes

@JochenKienzle and I have been exploring a possible integration with https://github.com/dapr/dapr. ## Summary As part of the exploration, I wrote up a quick and dirty hack to allow dapr to...

Would love to have regex support for stdout/stderr validation. Only trick is going to be getting valid regex through both the parkdown parser and the yaml parser. If you've got...