distributed
Here are 1,497 public repositories matching this topic...
-
Updated
Oct 31, 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
Nov 4, 2021 - Java
-
Updated
Nov 6, 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
Nov 2, 2021 - Go
-
Updated
Sep 8, 2021 - Java
-
Updated
Nov 7, 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
Nov 7, 2021 - Ruby
-
Updated
Nov 5, 2021 - Go
-
Updated
Nov 5, 2021 - Python
Is your feature request related to a problem? Please describe.
#3105 add feature that that specify the floating point accuracy.
We can further improve the feature by adding model according to the doc of neo4j
Describe the solution you'd like
You can refer to #3178.
What' more, you a
-
Updated
Nov 7, 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
Nov 7, 2021 - Jupyter Notebook
Efficient Optimization Algorithms tutorial provides lists of samplers/pruners implemented in Optuna. However a few classes are not on the list. It would be great to ment
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
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
Nov 3, 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?).
-
Updated
Nov 7, 2021 - Go
Vlad had suggested having a method, changeState, that is called in all cases where we change the _lifecycleState, and that method encapsualtes the allowed state change state machine.
I think we could take that even a step further, and add a new class that encapsulates the var , state machine function, and properties. this would put all the lifecycle changes in one place, and allow us to prevent
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
.