distributed
Here are 1,672 public repositories matching this topic...
-
Updated
Jun 24, 2022 - Jupyter Notebook
What happened + What you expected to happen
The current default autoscaler error message color is painfully difficult to read on the default background.
Versions / Dependencies
Master
Reproduction script
Launch a 4 CPU head node with availa
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- Ne
-
Updated
Jul 29, 2022 - Java
-
Updated
Jul 29, 2022 - Elixir
-
Updated
Jul 21, 2022 - Go
-
Updated
Jul 4, 2022 - C++
-
Updated
Jul 24, 2022 - Java
-
Updated
Jul 29, 2022 - TypeScript
Short Description
I'm opening this RFC to propose the following:
all objects in the Python package which are intended to be internal should have names beginning with
_
The convention "anything starting with _ is internal" is common in Python programming. If LightGBM's Python package followed that convention consistently, it would simplify LightGBM's position on which parts of
-
Updated
Jul 29, 2022 - Ruby
Introduction
Minimal reproduce:
(root@nebula) [basketballplayer]> YIELD "player100" AS foo | FETCH PROP ON * $-.foo YIELD vertex as v,
+----------------------------------------------------+
| v |
+---------------------------------------------
Updated
Jul 29, 2022 - Python
-
Updated
Jul 21, 2022 - JavaScript
This issue is for developer to first contribute to dtm. It is for practice only, please just make changes to one file rather than all of them.
dtmsvr/trans_* files, add open source copyright comments, and send a PR for each file as a task
PR tutorial: https://opensource.com/article/19/7/create-pull-request-github
PR 中文教程: https://juejin.cn/post/6844903821521469448
- Version: ipfs-core: 0.14.1
- Subsystem: types, core
Severity: Very Low
Description:
in type definition put: (...) => Promise<CID>, but docs Promise<Block>
Which type is correct?
Motivation
The Optuna's unit tests raise many warnings, which make it hard to recognize unexpected warning messages.
Description
We can filter expected warnings using @pytest.mark.filterwarnings or warnings.simplefilter("ignore"). Some warnings may be unexpected or unsuitable. We should fix tests or Optuna's codes in such cases.
This issue is contribution-welcome. We welcome any
-
Updated
Jul 29, 2022 - Jupyter Notebook
-
Updated
Jul 29, 2022 - Java
-
Updated
Jun 17, 2022 - Python
Description
We have a great amount of Chinese users and developers, I think add Chinese documentation is necessary, it could help us gain more community support.
For now, I will use readthedocs on my fork of this repo for Chinese documentation.
Suggestions are welcome!
Tasks
- Chinese documentation
Describe your question
平台:mac m1 arm64
容器平台: docker desktop V4.5.0
docker版本:Server Version: 20.10.12 Storage Driver: overlay2
运行镜像:oceanbase/oceanbase-ce standalone-3.1.3
启动命令:docker run -p 2881:2881 --name obstandalone --platform linux/amd64 -e MINI_MODE=1 -d oceanbase/oceanbase-ce:standalone-3.1.3
启动过程中的问题:
启动执行 docker logs obstandalone 有以下信息
generate boot.yaml ...
/root/boot
It currently says: "qTox is a powerful Tox client that follows the Tox design guidelines."
Problems:
- No need to say that this is qTox, because this is obvious from the application name.
- It isn't translated. Other apps have many sections like this:
Comment[fr]=Xxx
Comment[it]=Xxx
I recommend: "Qt 5 based Tox instant messenger for secure communication"
No need for the peri
As part of FHL week we have created simple telemetry-based container debugger that can be used to observe underlining container state and events, while running FF-based web applications. Initial goal of this project was to offer it as a learning tool for new developers joining in, who want to get familiar with what is h
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 generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.