-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: add a config prop 'aggressiveFollowUps' to follow up based on p… #39
feat: add a config prop 'aggressiveFollowUps' to follow up based on p… #39
Conversation
qa is in progress, please wait patiently |
You sure you need to publish it to use it? |
You shouldn't have to create a release for this or even your kernel app. To QA a plugin:
- plugins:
- uses:
- plugin: http:localhost:4000
with:
...plugginSettingsForThisplugin
hope this helps |
development |
@whilefoo RFC I think you can use |
It doesn't exist in the codebase as far as I know, it only exists in the polyfill in the dist dorectory |
@gentlementlegen instead of qa's, can adding exhaustive tests be a good and acceptable alternative? |
Both should be required. What is blocking you? |
i have tried again and again to make this plugin work
and heres the workflow run |
This error originates from your Typebox Decode function. The values you supplied in the config are: Could you elaborate why you need to map these event names? |
I did figure that much, the thing is this isn't my piece of code. This piece of code is making it absolute hell for me |
@ishowvel You need to pass in the full webhook name This fn takes values from this object which contain the full webhook name. This This is where the schema is validated and rejected if incorrect.
Your TypeBox error is telling you the value that you've placed at the path
This is showing you the default values according to the schema had you not passed anything in via the config, these would be used instead. hope this helps |
Why are the short names in the valid configuration of this repository, shouldn't the valid configuration contain the full names of the events? |
@ishowvel Nice catch that's slipped through without being updated, yes you're right they should be updated I thought I remembered updating docs for that part, my mistake dude. |
https://github.com/ishowvel/daemon-disqualifier/actions/runs/11602651701/job/32308069382 |
Done! |
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.
Please resolve the conflicts and good to go.
Resolved! |
7815ea7
into
ubiquity-os-marketplace:development
Resolves #26