Ken Geis

Results 49 comments of Ken Geis

See [entity_helper.py](https://github.com/milvus-io/pymilvus/blob/master/pymilvus/client/entity_helper.py#L26): ` if len(s) >= max_len: ` Should probably be ` if len(s) > max_len: `

That was rude, @github-actions! @chelnak: Can we keep this open, please?

The [Docker installation instructions](https://github.com/LexPredict/lexpredict-contraxsuite/tree/master/docker) refer to "the new React UI provided to the paid customers."

@ericlex, I'm not clear who you are addressing. I was trying to answer @simon2041's question.

It would be nice if you published a new release to PyPI that incorporates this fix.

One more: old: https://evergreen.segment.com/components/tab new: https://evergreen.segment.com/components/tabs

I was able to work around this with `./gradlew --rerun-tasks licenseFormat`

It's great to hear that you are working on this. Observable is not an option for my university department without more granular permissions, as well as allowing external access to...

A multi-stage Docker build is a good practice to avoid littering the final image with development packages. The Dockerfile below is based on what I've been using in a production...