| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
aiscript 0.19 should have fixed the problem, and no longer `abort`
when an error gets handled (or, in this case, logged)
|
| |
|
|
|
|
|
|
| |
as the comment says, this is a complicated interaction that must be
fixed upstream (I'm not going to fork aiscript for this!)
but at least this stops errors in plugins from completely breaking
Sharkey's frontend
|
| |
|
|
|
|
|
|
|
| |
* add plugin logging
* change variable name
* Update plugin.ts
* Update CHANGELOG.md
|
| |
|
|
| |
Fix #13290
|
| |
|
|
| |
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add AiScriptReadline() in api.ts
* apply AiScriptReadline on flash.vue
* AiScriptReadline → aiScriptReadline
* Update flash.vue
* Update scratchpad.vue
* Update WidgetAiscript.vue
* Update WidgetAiscriptApp.vue
* Update WidgetButton.vue
* Update plugin.ts
|
| |
|
|
| |
window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
著作権とライセンスについての情報を各ファイルに追加する (#11348)
* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* refactor:plugin内のすべての関数にreturn typeを設定
* fix:pluginContextsから取得できない場合は早期リターンする
* fix:valueがstring以外の時は早期リターンする
* fix:valueが取得できる時以外は早期リターンする
* fix:pluginに型をつける
* fix:絞り込みをassertStringに変更
* fix:修正漏れ
* fix:valToJsからvalueを取得するように変更
|
| | |
|
| | |
|
| |
|