Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
6,613 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 repositories
- hanxiao/jax Python
- hanxiao/chatwoot Ruby
Created a pull request in jina-ai/jina that received 4 comments
feat(remote): add ssh remote peapod
Reason for this PR: we can have multiple remote access methods having an SSH-based remote peapod requires no extra dependency, long-term: ssh peap…
Opened 25 other pull requests in 2 repositories
jina-ai/jina
24
merged
- refactor(types): move add_chunk add_match to Set
- refactor: add set types to top-level import
- refactor(types): move append and extend into QueryLangSet
- refactor(driver): all drivers now use primitive types
- fix(flow): fix host assign in flow build
- refactor(client): wrap callback with try except
- feat(types): Document as new primitive type
- docs(helper): add helper text for import ext
- refactor: standardize typename
- refactor: introduce jina primitive data type
- refactor(proto): remove spawn request
- feat(client): add callback_on and continue_on_error
- fix(remote): fix remote close context
- refactor(num_part): rewrite num_part logic at pea, driver and proto
- docs(proto): add protogen to docs
- fix(proto): dockerize proto generation
- feat(except): improved exception handling
- ci: fix git pull and dev-bot msg
- style(jinad): fixing jinad code styling
- refactor(driver): move reduce logic to BaseDriver
- fix: clean up root file structure
- docs: update all executors and drivers
- feat(zmq): lazy access to request body
- feat(executor): add classifier as new family of executor
technote-space/toc-generator
1
merged
Reviewed 49 pull requests in 4 repositories
jina-ai/jina 45 pull requests
- fix(helper): search file error handling
- test: refactor index remote
- fix: fix module name in tag workflow
- test: add integ test about non blocking gateway
- ci: automatic testing/building of hub images on new release
- fix: incompatible options containerpea
- docs: add classifier wsl
- test: help refactoring tests
- test: help refactor tests
- test: help fix kv search driver test
- chore: remove hex from identity
- feat: add integration test for jinad
- fix: remote host_out None
- feat: add needs_all()
- ci: changing env vars for gh action
- fix: adapt to new remote log endpoint
- fix: remote args for cli
- refactor: remote default should be jinad
- fix: ci hub update missing python3-setuptools
- fix: hub update token
- docs readme learn revamp
- Ci update hub
- feat: parse dict as document
- docs: add warning about _unique
- test: change incremental indexing
- Some pull request reviews not shown.
jina-ai/examples 2 pull requests
jina-ai/jina-hub 1 pull request
jina-ai/jinad 1 pull request
Created an issue in jina-ai/jina that received 5 comments
`protoc` 3.13 generated code is not back-compatible
Describe your problem
protoc 3.13 generated code can not be used with 3.11 backend.
My local dev setup,
protobuf 3.11.3
proto-backend cpp
grpcio 1.…
Opened 18 other issues in 4 repositories
jina-ai/jina
8
closed
6
open
- docker sdk 4.4.0 compatibility issue
- Refactoring document creation and access in unit tests
- refactoring BaseRecursiveDriver's recursion logic to Document data type
- TOC in auto changelog seems broken since 0.7.4?
- Refactoring async gRPC servlet from ThreadPoolExecutor to native asyncio support
- Jupyter notebook & lab kernel restarting without obvious reason when working with Jina
- add a sugary Flow API: needs_all()
- add Python 3.9 support
- add native Windows support
- Github action: The `set-env` command is deprecated and will be disabled soon.
- replace `'%s'` with new string formatting f`{var}` with best reasonable effort
- `num_part` behavior is obfuscated, making `gather_inspect` useless
- more translations coming in, shall we move non-english Readmes into .github to clean up the root folder a bit?
- `Sequence` is a better type hints since we expect the interable object to be ordered