Aaron Hardy

Results 53 comments of Aaron Hardy

Hi there. Just checking in to see if you may have had time to look this over. My team could use (need) these changes pretty soon. Thanks!

Due to the lack of response, I've assumed there isn't interest in these changes. Closing.

Sorry, my team needed them quickly and since the entire API was changed I figured there wasn't much interest in trying to merge the changes. I polished them up, changed...

Regarding (1) you can expose a generic `get` method from the child if you would like: **Child** ``` javascript import { connectChild } from 'postmate'; const myModel = { foo:...

Regarding: > It makes it more difficult to implement things that postmate could easily handle. It's sole purpose is not to handle promises, rather, many types of data including promises....

For anyone who stumbles across this trying to figure out how to pass options into a preprocessor, here's an example of passing options into LESS: ```js postcss({ use: [ [...

@jckautzmann, that would only be useful if I don't need to push things onto `window.myDataLayer` until after the data layer library loads, correct? A more flexible solution might be to...

This is the biggest gap we're facing currently. Not just configuring the captcha but also the risk assessment logs, IP allow list, etc.