-
Updated
May 14, 2020 - Java
sdk
Here are 4,141 public repositories matching this topic...
-
Updated
May 14, 2020 - PHP
Using version 8.5.5
If I create a new field of type WYSIWYG, I can add the code below in the Options -> Advanced Options -> TinyMCE Options. It will work as expected and spellcheck will be performed while typing.
However, I cannot add the option after the field exists.
When trying to save, I get the error;
"Trouble processing the request. Try again after refreshing the page."
T
-
Updated
May 11, 2020 - C#
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:
- Your bot responds very quickly.
- Do Needed Processing()
- Send the result to the user as a Async / Proactive message.
There
Subject of the issue
When building documents with the -DSFML_BUILD_DOC=TRUE flags, the index.html file will have a link to annotated.php
<div class="textblock"><h1><a class="anchor" id="welcome"></a>
Welcome</h1>
<p>Welcome to the official SFML documentation. Here you will find a detailed view of all the SFML <a href="./annotated.php">classes</a> and functions. <br />Our docs show:
dart --enable-experiment super-mixins
This format does not work on the VM. It should be:
dart --enable-experiment=super-mixins
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue? not relevant
- Have you validated the input using an OpenAPI validator (example)? not relevant
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
The links on the FAQ page in the wiki still point to the old wiki, which seems to be deprecated.
-
Updated
May 15, 2020 - JavaScript
TriggerHapticVibrationAction has the signature virtual EVRInputError TriggerHapticVibrationAction( VRActionHandle_t action, float fStartSecondsFromNow, float fDurationSeconds, float fFrequency, float fAmplitude, VRInputValueHandle_t ulRestrictToDevice ) but documentation in wiki (https://github.com/ValveSoftware/openvr/wiki/SteamVR-Input) doesn't mention last parameter.
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
May 2, 2020 - Python
The log info and error messages that are a part of the operator-sdk scaffolding are not formatted in a structured log format that follows the msg, key, value pair format. It would be better if they are formatted using the standard recommendations given by logr in :https://godoc.org/github.com/go-logr/logr and https://github.com/kubernetes-sigs/controller-runtime/blob/master/TMP-LOGGING.md which su
It has been requested that I add the array_to_latex tool from the textbook package to qiskit. I will need some assistance with how / where is best to add this, as well as bringing to code up to qiskit's standard before I ma
Expected behavior
The links should forward the user to relevant pages.
Actual behavior
The links are broken and an amazing transaction pool implementation is missing ;)
Steps to reproduce
N/A
Which version(s) does this affect? (Environment, OS, etc...)
Current
重现步骤 (Reproducing)
wx = WeChatClient(appid, appsecret)
wx.material.add('image', '中文图片.jpg')问题实质
问题的实质是微信服务器端在解析multipart时不支持rfc2231格式的编码,而requests包发送的正是这种格式。
在文件名是中文时,比如"中文.jpg",
- requests请求的数据是
filename*=utf-8''%E4%B8%AD%E6%96%87.jpg - 而curl请求的数据是
filename="\\344\\270\\255\\346\\226\\207.jpg"
Workaround
我暂时的workaround是monkey patch编码部分
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
Apr 28, 2020 - C++
-
Updated
May 15, 2020 - C++
After several hours of debug, I've finally found the problem in client's app: ParseObject.unpinAll() unpins only the objects that were pinned using default name (automatically assigned if no explicit name specified upon pinning).
Current JavaDoc of unipinAll():
Removes the objects and every object they point to in the local datastore, recursively.
IMHO, the documentation of unpinAll() m
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
May 14, 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."
My feature request is to include an option on a button made from choice skill, to redirect a link to an external url...
Here's a detailed explanation including screenshots
https://help.botpress.io/t/how-to-redirect-to-an-external-url-while-using-a-button-made-in-choice-skill/1791
This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext