distributed
Here are 1,356 public repositories matching this topic...
-
Updated
Jan 23, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2020 - C++
-
Updated
Feb 21, 2021 - Elixir
-
Updated
Feb 17, 2021 - Java
-
Updated
Feb 21, 2021 - Go
-
Updated
Jan 29, 2021 - Java
This is the comment as mentioned here https://github.com/ray-project/ray/pull/14122/files#diff-10f3fda5ddb0ff3dbb8f347dd7fc53101d2dd140585e72f2d55be831bd5455dbR134
What is the problem?
In most cases, a client object's lifetime matches its ID, but this isn't so with named actors. Performance can be improved by reverting this call to non-blocking.
Reproduction outline
Here's how na
-
Updated
Feb 21, 2021 - Ruby
Summary
mypy
shows some issues in LightGBM's Python package.
mypy --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/lightgbm/compat.py:17: error: Name 'DataFrame' already defined (possibly by a
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Feb 20, 2021 - Python
- Support
multi vid_ref_expression
infrom clause
. - Support
uuid
inwhere clause
.
issue from vesoft-inc/nebula-java#81
-
Updated
Feb 21, 2021 - Jupyter Notebook
Forking ipfs/js-ipfs#3252 (comment) into separate issue.
Looks like some of our API calls return values that refer to same ArrayBuffer
, which in turn causes one of the encoder functions https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol/src to add it to the transfer list twice and error on postMessage
.
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Nov 1, 2019 - Python
Please describe the problem you are trying to solve
I would like to evict entries based on their creation time. I want to evict the oldest ones first.
Please describe the desired behavior
Basically FIFO eviction. I would like to specify directly in the configuration something like:
<eviction eviction-policy="FIFO" max-size-policy="PER_NODE" size="5000"/>
**Describe alte
Motivation
The optuna.visualization.plot_pareto_front
will be added soon in PR #2110. This function is based on plotly
. We would like to see the Matplotlib
backend implementation of this function, whose path should be optuna.visualization.matplotlib.plot_pareto_front
.
This task can be split into the 2-dimensional case and 3-dimensional case independently.
-
Updated
Feb 15, 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?).
I've noticed that some files have conflicting license statements. For instance the header of file scripts/ZoneMinder/lib/ZoneMinder/Trigger/Channel.pm claims GPL-2+ but in the end of the same file I found the following statement:
This library is free
Use case:
This relates to crate/crate#11020
It would allow users to use the function in a default
clause of a primary key column. This would enable use-cases as mentioned in the issue with libraries like dataset
This function would return text
instead of uuid
-
Updated
Sep 7, 2018 - Go
-
Updated
Feb 21, 2021 - C#
With #4556 we now have localized eventing on subdirectories ("containedValueChanged"). We should consider using these events in our examples where we currently do path inspection on the "valueChanged" event.
Based on a quick search, looks like the following might benefit:
- examples\data-objects\primitives\src\main.tsx
- examples\data-objects\todo\src\TextList\TextListView.tsx
- [
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."
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information