-
How can I rollback all query in nested funtion
just like
err = sqlxdb.InTransaction(func() (interface{}, error) {
err =func1(sqlxdb){
do some query
}
if err !=nil{
return nil,err
}
err =…
-
## 背景
CustomForm::getFormByTypes は独自の一時キャッシュ機構を持っているが、その取り扱いが、とりわけテストのとき面倒。
## 実装内容
CustomForm::getFormByType の機能を Singleton Service にする。
App\Services\Forms\CustomFormsServiceあたりに書くのが妥…
-
## 背景
例えば、1年のうちに「A祭」と「B祭」の2つの学園祭が開催される場合でも、1回のユーザー登録だけで両方の学園祭の参加登録ができたら嬉しい。
## 実装内容
- 企画参加登録フォームを複数作成できるようにする
- 参加登録フォームごとに、異なるカスタムフォームや必要人数を設定できる。
- circles テーブルに、新しく `event_id` とい…
-
I'd like to be able to use references in FSD to share type definitions between services. This would facilitate the definition of smaller subsections of an API. For example, when adding an admin API, i…
-
https://github.com/xxAROX/WD-forms/blob/main/src/main/java/xxAROX/WDforms/forms/types/CustomForm.java#L47-L63
```java
@Override public void handleResponse(ProxiedPlayer player, @Nullable String r…
-
By clicking on the booking confirmation or cancellation confirmation buttons, the button does not update automatically but only after updating the page
Moodle 4.1
Theme Moove
Booking 8.0.32
202…
-
I'm using macOS, Chrome v96, Node.js 16
I created a github repository with this exact issue -
https://github.com/sachinmour/tailwind-issue
Basically just do `yarn` and `yarn storybook` and you'…
-
From Mike: Feature: our onboarding options dropdowns are nice, because they are searchable\. This is helpful with many options like choosing languages, timezones, etc\.\.\.\.\. However, in the documen…
-
Redirected from https://github.com/bgrabitmap/lazpaint/issues/535
It is expected to have memory leaks with XML though there may be a bit more with this component. Here is log with lazpaint:
```
[…
-
- [x] 允许开发者修改和删除向CustomFormEx实例添加的控件
- [Not Planned] 为CustomForm的输入添加检查功能
- 主要针对Input控件
- 对与被检出的表单,向玩家弹出带提示的表单要求重新输入或者提供异常信息交由开发者自行处理