Skip to content
#

sdk

Here are 3,841 public repositories matching this topic...

kenkaigu
kenkaigu commented Aug 5, 2019

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

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Feb 22, 2020
  • C#
benhaynes
benhaynes commented Nov 28, 2018

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

JonathanILevi
JonathanILevi commented Jul 2, 2019

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?

bennorichters
bennorichters commented Jan 23, 2020

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

drf
drf commented Jan 22, 2020

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

shuse2
shuse2 commented Feb 10, 2020

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

observerss
observerss commented Nov 1, 2017

重现步骤 (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编码部分

techyourchance
techyourchance commented Jul 14, 2019

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

telegram-bot-sdk
bdteo
bdteo commented Nov 12, 2018

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.

Curate this topic

Add this topic to your repo

To associate your repository with the sdk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.