-
Updated
Jul 17, 2020 - Java
sdk
Here are 4,328 public repositories matching this topic...
-
Updated
Jul 15, 2020 - PHP
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jun 20, 2020 - PHP
-
Updated
Jul 15, 2020 - C#
-
Updated
Jul 16, 2020 - C++
-
Updated
Jul 17, 2020 - Java
Our docs show:
dart --enable-experiment super-mixins
This format does not work on the VM. It should be:
dart --enable-experiment=super-mixins
The links on the FAQ page in the wiki still point to the old wiki, which seems to be deprecated.
-
Updated
Jul 16, 2020 - JavaScript
No big thing, but there is a small difference between the code in readme against the cpp file.
Line 37: filter_options(const std::string name, rs2::filter& filter);
in https://github.com/IntelRealSense/librealsense/blob/master/examples/post-processing/rs-post-processing.cpp
filter_options(const std::string name, rs2::process_interface& filter);
https://github.com/IntelRealSens
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 17, 2020 - C#
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 11, 2020 - Python
Currently to create a command it must be a class with the same name like the command + "Command" in the command directory.
e.g.:
Command -> /foobar
Class -> FooBarCommand
But if you want to start a command with a number or an spezialchar in the commandname you can't create this command.
The idea is that you can set a list of classes and in this class you have a property
-
Updated
Mar 17, 2017 - Java
-
Updated
Jul 5, 2020 - C++
-
Updated
Apr 28, 2020 - C++
-
Updated
Jul 10, 2020 - Java
According to the documentation in ChatMember class
@method string getStatus() (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”
getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.
As a workaround, get('status') re
-
Updated
Jul 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the sdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdk topic, visit your repo's landing page and select "manage topics."
On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.
We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:
There