Skip to content
#

sdk

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

atinsood
atinsood commented Oct 10, 2019

What did you do?
Can someone confirm that the CRD in case of ansible operators can pretty much remain empty and you can keep adding fields to CR and the CR is never validated against CRD.

What did you expect to see?
I was expecting that similar to the go based operators, ansible operators will be more strictly type checked against the CRD, but seems like the CRD can remain empty and

taalexander
taalexander commented Dec 11, 2019

Information

  • Qiskit Terra version:
  • Python version:
  • Operating system:

What is the current behavior?

All other time-based units have been converted to seconds/Hz. rep_times should also be converted. This may not be so straightfo

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

urif-c2a
urif-c2a commented Aug 27, 2019

Describe the bug
src/ELF/Binary.tcc:351:
header.section_headers_offset(header.section_headers_offset() + new_phdr_offset + phdr_size * header.numberof_segments());

Usually sections header placed at the end of file, so section_headers_offset is almost the file size. The new_phdr_offset is placed at the end of file too. That is, the sum in parentheses is about twice the file size.

**To

ELF

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.