distributed
Here are 1,361 public repositories matching this topic...
-
Updated
Sep 7, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - Java
From a slack message:
Hi, So I observed that if you deploy a deployment with more replicas than the available resources serve keeps trying to allocate them waiting for autoscaler.
(pid=125021) 2021-09-07 20:52:42,899 INFO http_state.py:75 -- Starting HTTP proxy with name 'pfaUeM:SERVE_CONTROLLER_ACTOR:SERVE_PROXY_ACTOR-node:192.168.1.13-0' on node 'node:192.168.1.13-0' listening on '12
-
Updated
Sep 12, 2021 - Elixir
-
Updated
Aug 27, 2021 - C++
We badly started implementing some props mutation.
There are usually two cases:
- The props are injected via root component
propsData - The props are used inside a vue app
Solution 1
Migrate the propsData (usually initial-states) to the root .vue file away from the .js entry point
Solution 2
Use a sync modifier and change the data flow according to vue documentations
-
Updated
Sep 9, 2021 - Go
-
Updated
Sep 8, 2021 - Java
-
Updated
Sep 12, 2021 - TypeScript
-
Updated
Sep 12, 2021 - Ruby
-
Updated
Sep 11, 2021 - Python
日期转换函数timpstamp插入和保存都是int64,后面是否会支持yyyy-MM-dd HH:mm:ss这种形式,同时支持内部日期函数转换,将int64转换成yyyy-MM-dd HH:mm:ss。对于int64,现在的解决措施只能是应用内转换和新建string字段展示正常的日期格式
-
Updated
Sep 11, 2021 - Python
The example in ipfs.add (https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md#ipfsadddata-options) lists the following example.
This is clearly wrong, there is no variable with the name "content"
const file = {
path: '/tmp/myfile.txt',
content: 'ABC'
}
const result = await ipfs.add(content)
console.info(result)
/*
Prints:
{
"path": "tmp",
"cid": CID("Qm
-
Updated
Sep 12, 2021 - Jupyter Notebook
Document exceptions
Exceptions that are part of public APIs could be documented using the Raises: syntax of Sphinx. For reference, some methods of the BaseStorage are documented this way.
I believe this could be a tracking issue until we've covered a decent proportion of the public APIs where one could just leave a note when addressing so
-
Updated
Sep 10, 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
Please check the FAQ documentation before raising an issue
Please check the old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
in file deps/oblib/src/lib/atomic/ob_atomic.h
macro ATOMIC_FAA double defined
A clear and concise description of what the bug is.
**Your Environments (__must
Work Item
There are some examples in our repo that use op, rather than sequenceDelta event. These do not work, as processing op correctly is very difficult, and error prone. sequenceDelta is always correct. These legacy examples should be updated or removed.
Use case:
1.) A user may want to backup all tables but no metadata like users, privileges, etc. without explicitly defining each table inside the CREATE SNAPSHOT statement.
2.) A user may want to transfer users & privileges, custom analyzers or user-defined-functions from one cluster to another without backing up a complete cluster including all data (tables).
*Feature description
-
Updated
Sep 2, 2021 - C#
-
Updated
Sep 7, 2018 - Go
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.