King Chung Huang

Results 50 issues of King Chung Huang

I'm interested in a parallel version of [pandas.DataFrame.agg](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.agg.html). It's similar to apply, but with multiple functions applied to the rows/columns at once.

enhancement

## Feature description The [Matcher](https://spacy.io/api/matcher) supports `!`, `?`, `+`, and `*` [operators and quantifiers](https://spacy.io/usage/rule-based-matching#quantifiers). I have text where it would be useful to have something like the regex lookaround patterns,...

enhancement
help wanted
feat / matcher

The ZooKeeper properties template ([zookeeper.properties.template](https://github.com/confluentinc/cp-docker-images/blob/5.2.1-post/debian/zookeeper/include/etc/confluent/docker/zookeeper.properties.template)) lacks a loop to set `authProvider` properties, like the similar loops for servers, groups, and weights.

**Description** Swarmpit currently requires that the Docker API be mounted as a file socket at `/var/run/docker.sock`. In my clusters, the manager nodes are configured to never take on tasks. I...

kind/feature

**Description** PR #432 introduced a change to [Forbid variable substitution on service's image field](https://github.com/docker/app/pull/432). This change significantly impacts my ability to use docker-app in CI/CD pipelines. **Use Case** Let's say...

**Description** Just getting back to Docker App after a long break. With 0.6.0, I'm unable to use `docker-app push` to push to my registry. Docker App just says TLS handshake...

kind/bug

**Description** I installed a Docker App from my MacBook (Computer A). It appears when I list the apps. But, when I list apps from my iMac (Computer B), no apps...

**Description** I'm having a strange issue where I'm able to work with a remote swarm manager through regular docker CLI commands, but docker app is not able to communicate with...

kind/bug

## Description #432 introduced a change to forbid variable substitution on image fields. This is designed to support the creation of thick CNAB bundles, where the bundle contains all of...

**Description** It'd be helpful if there was an image for Docker App on Docker Hub, just like the [docker/compose](https://hub.docker.com/r/docker/compose/) image for Docker Compose. I'm experimenting with Docker App in my...

kind/enhancement