-
Updated
Aug 31, 2021 - Kotlin
dialogs
Here are 129 public repositories matching this topic...
-
Updated
Jul 30, 2020 - Java
-
Updated
Jul 19, 2021 - Java
-
Updated
Aug 11, 2021 - Kotlin
-
Updated
May 26, 2021 - Java
-
Updated
Aug 21, 2021 - C++
Would be a nice QoL update to have tqdm used by default, especially when it comes to processing larger corpora.
This could be a default argument in the iter_<object>()
methods.
-
Updated
Mar 7, 2021 - Kotlin
-
Updated
Sep 7, 2021 - C#
-
Updated
Sep 6, 2021 - C#
-
Updated
Aug 3, 2021 - Kotlin
-
Updated
Oct 7, 2021 - Kotlin
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 30, 2021 - AppleScript
-
Updated
Oct 6, 2021 - Java
Mentioned by @iMicknl in #157--for speech-enabled functionality that accepts SSML, we should validate the data. XSD files can be found at: https://www.w3.org/TR/2009/REC-speech-synthesis-20090303/#AppD
-
Updated
Aug 11, 2021 - Python
API update
Intents, saved sessions and more
https://yandex.ru/blog/dialogs/vesennee-obnovlenie-platformy-dialogov
-
Updated
Oct 26, 2019 - Java
-
Updated
May 29, 2021 - Dart
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Mar 29, 2017 - Java
-
Updated
Aug 26, 2021 - Kotlin
Improve this page
Add a description, image, and links to the dialogs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dialogs topic, visit your repo's landing page and select "manage topics."
Spin-off of ookii-dialogs/ookii-dialogs-wpf#48
If you attempt to call
ShowDialog
on aTaskDialog
that you haven't added any buttons to, the call toShowDialog
will throw anInvalidOperationException
.Example: