distributed
Here are 1,635 public repositories matching this topic...
-
Updated
May 4, 2022 - Jupyter Notebook
Description
In many other great docs sites, like https://www.tensorflow.org/api_docs, there's a button at the end of the page to collect simple feedback.
This will help us more accurately improve our docs
Use cas
Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.
This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.
-
Updated
May 27, 2022 - Java
-
Updated
Apr 14, 2022 - Go
-
Updated
May 29, 2022 - Elixir
-
Updated
Aug 27, 2021 - C++
-
Updated
May 29, 2022 - Java
-
Updated
May 28, 2022 - 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
Apr 27, 2022 - Ruby
Describe the issue:
During computing Channel Dependencies reshape_break_channel_dependency
does following code to ensure that the number of input channels equals the number of output channels:
in_shape = op_node.auxiliary['in_shape']
out_shape = op_node.auxiliary['out_shape']
in_channel = in_shape[1]
out_channel = out_shape[1]
return in_channel != out_channel
This is correct
-
Updated
May 28, 2022 - Python
-
Updated
May 10, 2022 - JavaScript
- Version: 0.11.0
- Subsystem: ipfs-http-client
Severity: Very Low
Description:
I tried using an instance of the https client using TS just like how it's in the docs. When I did create the instance my IDE complained about type errors.
Steps to reproduce the error:
I created the instance like this by looking at the [README](https://github.com/ipfs/js-ipfs/blob/ma
Motivation
mypy's --strict
option will make Optuna's code more robust. It checks such as unused ignore
, returning Any
but float
is specified, etc.
Description
--strict
is a set of the following options. We can add them one by one.
-
--warn-unused-configs
-
--disallow-any-generics
-
--disallow-subclassing-any
-
--disallow-untyped-calls
- `--di
This feature includes following sub-features:
- add Store.Db, default "dtm"
- remove Store.TransGlobalTable Store.TransBranchOpTable
-
Updated
May 28, 2022 - Jupyter Notebook
-
Updated
May 23, 2022 - Java
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
-
Updated
May 26, 2022 - Python
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore
Describe the bug
The IMap.get() call will be blocked forever when a com.datastax.oss.driver.api.core.NoNodeAvailableException
is thrown from the MapStore.
Setup:
Hazelcast v5.1.1
Cassandra SDK v4.14.1
Client-server setup
Read through cache, Cassandra DB gets called on a cache miss.
Test scenario: Read through cache, Cassandra server is down:
We tested the scenario whe
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
This package is unused, and can be safely removed in vNext.
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
.