distributed
Here are 1,489 public repositories matching this topic...
-
Updated
Sep 14, 2021 - Jupyter Notebook
(ServeController pid=12680) 2021-10-26 19:03:28,704 INFO backend_state.py:911 -- Adding 1 replicas to deployment 'hello'. component=serve deployment=hello
(ServeController pid=12680) 2021-10-26 19:03:28,704 ERROR controller.py:193 -- Exception updating backend state.
(ServeController pid=12680) Traceback (most recent call last):
(ServeController pid=12680) File "/Users/simonmo/De
-
Updated
Oct 27, 2021 - Java
-
Updated
Oct 28, 2021 - Elixir
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
Aug 27, 2021 - C++
-
Updated
Oct 27, 2021 - Go
-
Updated
Sep 8, 2021 - Java
-
Updated
Oct 28, 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
Oct 27, 2021 - Ruby
-
Updated
Oct 27, 2021 - Go
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
Enhancement
There isn't enough test for build-in function in src/common/function/test/FunctionManagerTest.cpp
.
We can add more corner case test or other test for call X build-in function
.
-
Updated
Oct 27, 2021 - Python
-
Updated
Oct 21, 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
-
Updated
Oct 28, 2021 - Jupyter Notebook
Expected behavior
The red circled part should be fixed since the actual range is (-100, 100)
.
As a reference, plotly's counter plot is as follow
-
Updated
Oct 6, 2021 - Python
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;
}
-
Updated
Oct 28, 2021 - Java
木兰开发者大会黑客松独享ISSUE
欢迎大家在参加木兰开发者大会中参与oceanbase的开源贡献流程。
特拿出几个简单的问题回馈大家,欢迎大家参与OB开源。
认领方式
评论区发”认领{题目编号}“ 如”认领1“
Issue List
序号 | 难度 | Issue问题 | 相关链接 | 解决方法 |
---|---|---|---|---|
1 | 高 | Mac支持编译OceanBase | #27 | 先修改build.sh等系统参数脚本,然后cpp编译适配mac os |
2 | 中 | 创意画图 | 无 | 参考#372 |
3 | 高 | 编译优化 | #407 | 现在编译优化方向有pch和unity build,但仍然存在资源占用过高的问题,可以考虑分布式编译,白盒优化等方向 |
4 | 中 | 补充系统函 |
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?).
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
-
Updated
Oct 22, 2021 - Go
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
.