-
Updated
Feb 22, 2020 - Java
sdk
Here are 3,841 public repositories matching this topic...
-
Updated
Feb 22, 2020 - PHP
-
Updated
Feb 22, 2020 - C#
To aid CSS in understanding the parts for the Framework, we need to produce one or more architecture maps that outline the architecture of the framework
We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.
https://paw.cloud/docs/extensions/create-code-generator
We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri
The documentation does not have a key code for the numberpad dot. Is this intentional? It comes up as Unknown when it is pressed. The same is true for the numlock and capslock key although this kinda makes sense.
Shouldn't there be a NumpadDot key code?
Dart SDK Version: 2.7.0, dart:async library
The dartdoc of scheduleMicrotask (*1) refers to an article (*2) saying: "Learn how Dart handles the event queue and microtask queue,". That link (*2) gets redirected to an article that does not mention anything about microtasks.
*1: https://api.dart.dev/stable/2.7.0/dart-async/scheduleMicrotask.html
*2: https://www.dartlang.org/articles/event-l
The links on the FAQ page in the wiki still point to the old wiki, which seems to be deprecated.
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
- [Optional] Bounty to
-
Updated
Feb 22, 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.
-
Updated
Feb 22, 2020 - Python
Feature Request
Is your feature request related to a problem? Please describe.
Currently, Operator SDK uses Zap for logging, but it appears there's no obvious way to tweak the format zap outputs the logs in. For example, if one wishes to use logfmt, he could resort to something like https://github.com/jsternberg/zap-logfmt .
Describe the solution you'd like
Make it possible (or
What is the expected enhancement?
If a user forgets the () for their gate, they'll see the following error message:
>>> import qiskit as qk
>>> from qiskit.extensions.standard import *
>>> qr = qk.QuantumRe
Description
All direct reference to storage should be removed from the synchronizer test.
It should be replaced with the mock of bft, dpos and chain
Motivation
Library implementation detail affects the framework will make more work to refactor the implementation in the future.
Acceptance Criteria
- All storage mock should be removed
Additional Information
重现步骤 (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编码部分
Per the issue with not being able to mix Windows and Linux services in Azure (confirmed by design):
There is a callout in the "Deploy your bot" doc. But there is a good argument that this could/should be placed in other areas.
-
Updated
Feb 22, 2020 - PHP
-
Updated
Feb 21, 2020 - Java
-
Updated
Feb 20, 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
-
Updated
Feb 21, 2020 - C++
-
Updated
Feb 20, 2020 - JavaScript
See setPattern() in Telegram\Bot\Commands\Command.
There is absolutely no documentation on it.
It is obviously used like protected $pattern = '{userUid}--{taskUid}'; in your own class that inherits Command.
However, for it to become obvious you have to read the source code.
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