distributed
Here are 1,534 public repositories matching this topic...
-
Updated
Nov 8, 2021 - Jupyter Notebook
When users starts Serve cluster with a set of options (http options, checkpoint path) and then connects to it with a different set of options, we should either update it, or error out.
-
Updated
Dec 29, 2021 - Java
Steps to reproduce
- Click on the #app-navigation-toggle element
Expected behaviour
App navigation should open
Actual behaviour
Doesn't show, or open when clicked several times
Server configuration
Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update
-
Updated
Dec 27, 2021 - Elixir
-
Updated
Dec 22, 2021 - Go
-
Updated
Aug 27, 2021 - C++
-
Updated
Dec 18, 2021 - Java
-
Updated
Dec 29, 2021 - TypeScript
Summary
mypy
shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
-
Updated
Dec 19, 2021 - Ruby
-
Updated
Dec 29, 2021 - Python
Introduction
There are few annotations in the project now.
Contents
Add some important or essential annotations for codes.
-
Updated
Dec 28, 2021 - Python
-
Updated
Dec 10, 2021 - JavaScript
Here is what I've noticed:
ipfs.block.get
- docs say it returns a
Block
, but it returns aUint8Array
- docs are missing the
preload
option
- docs say it returns a
ipfs.block.put
- docs say it can also take a
Block
as a parameter, but it can only be aUint8Array
- docs say it can take a
cid
as an option, but the implementation ignores such a parameter - docs say it returns a
Block
, b
- docs say it can also take a
Motivation
Since lightgbm v3.3.0, train/cv's arguments have been deprecated as described in optuna/optuna#3013. It would be great to replace such deprecated arguments with recommended way by lightgbm.
Description
Replace the deprecated arguments with callback-ish way. The ta
-
Updated
Dec 29, 2021 - Jupyter Notebook
-
Updated
Oct 6, 2021 - Python
In the quick start section, it seems forgot to mention the pipeline setting, and without the setting seems will cause yield item appear wrong result. Just like #137, please update the document, if need help, I can do the contribution as well.
-
Updated
Dec 29, 2021 - Java
Avoid controlling endless loop with exception in loadAnonymousClasses
, e.g. by extracting loading class to the method:
private boolean tryLoadClass(String innerClassName) {
try {
parent.loadClass(innerClassName);
} catch (ClassNotFoundException ex) {
return false;
}
return true;
}
新人贡献上手任务
这里的任务,主要是为了帮助新人熟悉dtm的贡献PR流程,如果您已经是一个熟练的开源贡献者,请参考 #93
这里的任务比较多,您仅需要上手做一到两个,熟悉流程之后,就可以去做更有挑战的任务,参考 #93
- dtmsvr/storage下的文件,可以加上开源版权注释,每个文件的一行作为一个任务,发一个PR
- dtmcli/dtmimp/trans_xa_base.go中的中文注释翻译成英文注释,每行注释翻译,作为一个任务,发一个PR
- dtmcli/tcc.go中的注释翻译,同上
- 运行make之后,修复其中一个golangci-lint检测出来的问题,发一个PR
OceanBase 大赛issue列表
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
It is possible for a sequence delta to contain no ranges. a case where this happens in on receiving remote delete for a locally delete range. there is an ask that we just don't even fire the event in these cases. this is in line with the behavior of shared map.
Here is some conversation
While testing, we noticed that when a client is ingesting a remote deletion for a range that client itse
Axis API V2 needs to be updated to allow " cameraId=<##> " to append to GET /axis-cgi/com/ptz.cgi
Describe Your Environment
- Version of ZoneMinder release version v1.34.16.
- How you installed ZoneMinder Docker Container https://hub.docker.com/r/quantumobject/docker-zoneminder/
- Full name and version of OS
- Browser name and version
Brave - Version 1.11.97 Chromium: 84.0.4147.89 (Official Build) (64-bit)
Firefox- 78.0.2 (64-bit)
If the issue concerns a camera
- Make and M
Improve this page
Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.