-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable oneSync always #1755
Enable oneSync always #1755
Conversation
In flowable_core.go you can remove |
@@ -11,7 +11,7 @@ import ( | |||
|
|||
"github.com/jackc/pgx/v5" | |||
"github.com/jackc/pgx/v5/pgxpool" | |||
"github.com/yuin/gopher-lua" | |||
lua "github.com/yuin/gopher-lua" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should fix your autoformat config settings to not do this, I think @Amogh-Bharadwaj turned this off recently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Amogh-Bharadwaj can you share how you did this for my edification?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i spent a good 30 mins unable to figure this out. Landing as is as this is a minor thing.
This feature has been stabilized and no longer needs a disable flag.