Skip to content

Commit

Permalink
Add NS_ERROR_FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zarubin committed Dec 15, 2024
1 parent d58ba5b commit a56684a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions collection/faq/ru/dataset.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import "../../templates/FaqTemplate.pkl"
dataset = new Listing<FaqTemplate> {
new {
t = "Демонстрационное_сообщение."
i = new Listing<String> {
"aurora" "aurora os" "аврора" "что за" "операционная система"
}
b = """
Это демонстрация возможного ответа. Для проверки работоспособности бота и описания формата dataset-а.
Expand Down Expand Up @@ -1252,4 +1255,20 @@ dataset = new Listing<FaqTemplate> {
a = authors.keygenqt
ts = 1733853509
}
new {
t = "Ошибка при запуске эмулятора: 'VBoxManage: error: Details: code NS_ERROR_FAILURE'."
k = new Listing<String> {
"эмуля"
}
b = """
Попробуйте переустановить VirtualBox:
<pre><code class="language-shell">⌫
sudo apt-get remove virtualbox
sudo apt-get update
sudo apt-get install virtualbox
</code></pre>
"""
a = authors.keygenqt
ts = 1734254020
}
}
5 changes: 5 additions & 0 deletions collection/templates/FaqTemplate.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ t: String
*/
k: Listing<String>?

/*
Images for data
*/
i: Listing<Uri>?

/*
Body - answer
*/
Expand Down

0 comments on commit a56684a

Please sign in to comment.