Daniel Kelleher

Results 25 issues of Daniel Kelleher

Allows you to define webhooks like this: ``` webHooks.add('hook', URI + '/:id/abc') ``` and trigger like this: ``` webHooks.trigger('hook', {}, {}, { id: '123' }) ```

In my use case, I have a service that looks something like: POST /resource/:id and I want to direct my webhook to that service based on the POST request body...

This resolves https://github.com/Widen/cloudfront-auth/issues/52 by making the following two changes: - use the [Get Members](https://developers.google.com/admin-sdk/directory/v1/reference/members/get?authuser=1) Google Directory API call instead of hasMembers, which has [this bug](https://issuetracker.google.com/issues/109861216). - remove the constraint, that...

Demonstrate how to integrate a UI with a permissioned candymachine using [this fork](https://github.com/metaplex-foundation/metaplex/pull/779). TODO before merge - more testing to ensure backwards compatibility. Until the metaplex fork is merged, have...

Is there a plan to support [autoscaling](https://kubeless.io/docs/autoscaling/) in this plugin? Either default values that apply to all functions or at a per-function level?

Draft PR for adding Sunrise Stake instructions to realms. Currently blocked, so parking it here for now. 1) The deposit transaction is too large when wrapped within the spl-governance proposal...

A simple quadratic voting plugin, that takes a predecessor vote (and max vote) and applies a quadratic function to them. This has the effect of amplifying smaller votes and dampening...