Skip to content
#

sdk

Here are 3,761 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

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

JanMalch
JanMalch commented Nov 12, 2019

I'm currently struggling to generate a typescript-angular client with a package.json.
It would be useful to know which command/configuration you used for each sample in this repository.


I fixed my problem. One of the configuration options was at the wrong spot.
But I think it would still be useful.

scottstensland
scottstensland commented Jan 16, 2020

fails to install on linux kernel 5.x

x86_64
5.4.0-9-generic
DISTRIB_ID=Ubuntu

uname -a
Linux peach 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

sudo apt-get install librealsense2-dkms

here is output of above install with errors Building for 5.4.0-9-generic Building initial module for 5.4.0-9-
ajavadia
ajavadia commented Dec 18, 2019

As @taalexander astutely pointed out, it makes more sense for the transpiler to accept individual properties rather than a monolithic BackendProperties. For example readout_errors, cx_errors, gate_durations, etc, etc. This would be in the same vain as how it currently accepts basis_gates and coupling_map, rather than BackendConfiguration.

Of course transpile(circuit, backend) w

ManuGowda
ManuGowda commented Jan 20, 2020

Description

Please add the following badges
badges

Motivation

It’s also a good practice to add ​quality badges​ to open source projects that attract users to use Lisk projects and open source contributors to contribute

Acceptance Criteria

  • The badges should be updated
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编码部分

benbrown
benbrown commented May 2, 2019

The datetimev2 / timex extractor feature of LUIS is super cool and powerful and works really well.

However, the docs on how to use timex are very minimal, and currently point to a very academic PDF document.

It would be great if we could provide examples of using the timex to do normal things like creating a single or repeating calendar schedule type date from the timex.

A simple breakdow

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

lkollar
lkollar commented Dec 29, 2019

Describe the bug
Modifying the NEEDED section in libcrypto.so mangles the version needs section.

Original:

Version needs section '.gnu.version_r' contains 2 entries:
 Addr: 0x0000000000037240  Offset: 0x037240  Link: 4 (.dynstr)
  000000: Version: 1  File: libdl.so.2  Cnt: 1
  0x0010:   Name: GLIBC_2.2.5  Flags: none  Version: 9
  0x0020: Version: 1  File: libc.so.6  Cnt: 5
goinnn
goinnn commented Dec 12, 2019

Improve transition from page with map to another page with map

Please tell us your new feature idea

When you move from page with map to another page with map the documentation says to do something like this:

Page 1:
willLeave
map.setDiv(null);

Page 2:
didEnter
map.setDiv(myDiv);

Both map are the same instance.

These setDivs are called almost at the same time. Both fire

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.