Charlie Schliesser

Results 7 issues of Charlie Schliesser

There are a few tweaks that were needed to make this compatible with ui-router version 1.0+. The `$transitions` module is now used to monitor state changes, and some of the...

I think it would be smart to generate the HMAC of the request body using the secret key that's set when configuring the webhook and compare it with the X-Hub-Signature...

In the examples and other documentation (e.g. [the grid](https://foundation.zurb.com/emails/docs/grid.html)), the main wrapper seems to be missing: ``` ``` Is this something we should be hard-coding around our Inky templating code,...

question

Could the context be passed through to Sequelize hooks through `options`? In our authorizer function we attach the current user to ctx and use that for logging and related activity...

Given this page.vue: ``` const { data: foo } = await $client.foo.get.useQuery({ id: Number(route.params.id) }) ... ``` what is the recommended approach to inferring the type in SomeComponent? I tried...

Given these rules: ``` { rules: { fetch: [ { model: 'User', fields: [], associations: [], conditions: [ { field: 'tenantId', value: ':ctx.state.user.tenantId' } ] }, { model: 'Role', fields:...

If you try and wkhtmltox_convert() the URL http://www.google.com, you'll get an error 500 (or at least I do, tested on multiple distros). I think this is because of the problem...