Highlights
- Arctic Code Vault Contributor
- Developer Program Member
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 up
Pinned
1,164 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in alibaba/pipcook that received 5 comments
boa: fix memory leak in js heap
This removes the reference for every boa.Object, it reduces the memory consumption when creating Python object repeatedly.
Without this change, the …
+597
−88
•
5
comments
- cli: remove unneeded log
- sdk, daemon: add fetchByName api and tests
- sdk: specify files in package to avoid tsconfig error
- sdk: add `ListFilter` and `JobListFilter` to list functions
- daemon, sdk: add new func to fetch plugin
- sdk: add apis `versions` and `config`
- daemon: remove unneeded npx from npm-script
- cli: avoid generating d.ts
- daemon: enable cors for ng-pipboard
- daemon: avoid generating d.ts files
- daemon: add versions and config api
- doc: generate sdk/core API reference separately
- doc: fix the incorrect link in plugin spec doc
- build, doc: remove deprecated typedoc-plugin-lerna
- core: add util plugin name parser
- daemon, cli: fix get pipeline config
- sdk: fix test case
- daemon: create plugin record when create pipeline
- fix python runtime
- cli: optimize working directory of docker image
- sdk: fix pipeline update params
- CI/CD: release Docker image
- cli: init with version
- daemon: job error block the queue
- CI: add pipeline fasttext
- ci: igonre master from cacnel workflow
- fix: install plugin which has been installed
- add: cancel workflow when new push arrived
- feat: support esm loader
- fix: fd leak from log file
- costa: install Node and Python packages in parallel
- daemon: fix plugin status
- cli: fix plugin install error, fix ci test case
- Bump version to 1.1.2
- cli: init plugin with boa and core
- fix data process to predict
- fix: crush when import nonexistent module in some cases
- fix data batch
- cli: remove duplicated code
- Some pull request reviews not shown.
Created an issue in tensorflow/tfjs that received 8 comments
tfjs-node: is there a way to install and build from source always
TensorFlow.js version Latest Browser version Node.js Describe the problem or feature request Sometimes we need to build from source for addon becau…
8
comments
- meta: new package to convert Python code to wasm
- sdk: add a fallback function to write custom `onerror` handler
- build: add a workflow that suspends CI if PR is draft
- build: add typescript source map for better backtrace
- daemon: failed to start daemon
- ci/cd: pipeline workflow is still failing
- sdk: missing APIs for pipboard
- daemon: migration process takes 27s to get up
- pipeline: support specific version for plugins
- costa: add retry to install python packages
- v1.2.0 Roadmap