Changjian Gao
Changjian Gao
**What would you like to be added**: Use [klauspost/compress](https://github.com/klauspost/compress) to replace [DataDog/zstd](https://github.com/DataDog/zstd) **Why is this needed**: The DataDog/zstd library relies on CGO, but klauspost/compress is pure Go implementation. And according...
Sometimes we don't want to run migrations immediately. It's meaningful check migrations before actually run them. So I add the new `-i` option, for example: ``` bash $ node ./node_modules/mongodb-migrate...
[Gang scheduling](https://en.wikipedia.org/wiki/Gang_scheduling) is a very important feature on machine learning job. Especially when you use a shared cluster. By now ElasticDL just create workers and parameter servers [immediately](https://github.com/sql-machine-learning/elasticdl/blob/56f98d247b509f2a4b2ce10c6da2998bd8611d04/elasticdl/python/master/master.py#L168-L169). Is there...
The icons in the breadcrumbs of lsp-mode cannot be displayed properly, as shown in the following figure: *Expected* *Current* It can be fixed by modifying the code in `dracula-theme.el` as...
For example the spellcheck rule in `.autocorrectrc` is: ```yaml spellcheck: words: - hello = world ``` When the code block doesn't have indentation, the spellcheck will ignore it: ````markdown ```...
When load a C++ file, Vim promotes these errors: ``` Error detected while processing /Users/xiaogaozi/.vim/bundle/omnicppcomplete/after/ftplugin/c.vim: line 2: E117: Unknown function: omni#cpp#complete#Init Error detected while processing /Users/xiaogaozi/.vim/bundle/omnicppcomplete/after/ftplugin/cpp.vim: line 2: E117: Unknown...
The emoji-datasource v14.0.0 supports [Emoji v14.0](https://unicode.org/emoji/charts-14.0/emoji-released.html), looking forward to upgrading to the latest version.
If the query contains space (e.g. `The Matrix`), the response will be empty. This PR will fix this issue.
**What would you like to be added**: Add quota-related metrics to the Promethus API, such as quota usage of a directory (including data usage and inodes usage). **Why is this...