distributed
Here are 1,479 public repositories matching this topic...
-
Updated
Sep 14, 2021 - Jupyter Notebook
Search before asking
- I searched the issues and found no similar issues.
Ray Component
Others
What happened + What you expected to happen
When calling an asynchronus map function (map, starmap) on a Pool from ray.util.multiprocessing, the callback is, in contrast to python.multiprocessing.Poo.map_asyn(), not called once
-
Updated
Oct 12, 2021 - Java
-
Updated
Oct 13, 2021 - Elixir
-
Updated
Aug 27, 2021 - C++
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
Oct 12, 2021 - Go
-
Updated
Sep 8, 2021 - Java
-
Updated
Oct 13, 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 9, 2021 - Ruby
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
-
Updated
Oct 13, 2021 - Python
-
Updated
Oct 9, 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
preloadoption
- docs say it returns a
ipfs.block.put- docs say it can also take a
Blockas a parameter, but it can only be aUint8Array - docs say it can take a
cidas 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 13, 2021 - Jupyter Notebook
Motivation
Since scikit-learn 1.0.0, the Boston housing prices dataset has been deprecated due to the ethical problem. The dataset will be removed at scikit-learn 1.2.0. Please see also the scikit-learn's page.
The scikit-learn documentation suggesting using [California housing dataset](https://scikit-l
-
Updated
Oct 6, 2021 - Python
hz-stop --help
No Hazelcast server found to stop
-
Updated
Oct 12, 2021 - Java
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
Looks like all the messages passed to throwBufferParseException are hardcoded and should be converted to error codes (camel case) and passed to createOdspNetworkError as the fluidErrorCode. Or, we could decide it's better to keep all these under one error code and leave it as-is, and close this.
_Originally posted by @markfields in microsoft/FluidFramework#7788
Required by DataGrip. See crate/crate#11726
The full query is
select L.transactionid::varchar::bigint as transaction_id
from pg_catalog.pg_locks L
where L.transactionid is not null
order by pg_catalog.age(LImprove 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.