-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: remove allow command #66
fix: remove allow command #66
Conversation
Unused devDependencies (1)
|
@whilefoo by removing the |
The plugin also saves label changes (not issue label but actual label name change) but I can't remember why we did that (maybe for audit?) but if we remove that then we don't need supabase |
Never heard or used the capability before so I am not sure if it is needed / wanted. @0x4007 thoughts? |
I'm on board for removing supabase dependencies by default. Also, I don't recall this feature so it's probably one of many deprecated database dependent features |
@gentlementlegen, this task has been idle for a while. Please provide an update. |
@0x4007 If you can review it thx! |
@gentlementlegen, this task has been idle for a while. Please provide an update. |
@0x4007 😄 |
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.
Good to see all the deleted files. Why did you change the lint rules?
|
||
createActionsPlugin<AssistivePricingSettings, Env, Command, SupportedEvents>( | ||
createActionsPlugin<AssistivePricingSettings, Env, null, SupportedEvents>( |
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.
It makes sense to me to make null the last typing here so that it's optional to pass in, right?
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.
It is part of the SDK, so should require a change there. Rfc @whilefoo
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.
sure we can put it as last optional argument
@gentlementlegen, this task has been idle for a while. Please provide an update. |
@0x4007 If you can have a look thanks. |
Resolves #62
Depends on #65
QA: Meniole#8