justin

Results 5 comments of justin

@daffl @ekryski as feathers applications become distributed, we would also need to address issues such as at-least-once delivery (acks), idempotency, transactions, backpressure (queues), etc. have you considered something like "feathers-service-worker?".....

@MarcoWorms @grvcoelho alternatively, you could use children-as-function pattern... eg `KeyDown.js`: ``` js class KeyDown extends Component { listen = (event) => { event.preventDefault() event.stopPropagation() if ( event.key === this.props.when &&...

@gretzky @julienben @jamesdh FYI i enrolled the react-boilerplate repo in GitHub's depandabot beta preview (members can [see alerts here](https://github.com/react-boilerplate/react-boilerplate/network/alerts)) and turned on automatic security fixes... however i've been using this...

yes, here are some screenshots of alert page: ![image](https://user-images.githubusercontent.com/1539088/63377655-7e9be980-c35e-11e9-8963-4cff37e02a5f.png) and when you click through to an alert (see CVE info at bottom): ![image](https://user-images.githubusercontent.com/1539088/63377689-8e1b3280-c35e-11e9-9138-8bf10f9a231f.png)

@jamesdh thank you for your guidance, seems to be working for dependencies but the security patch for lodash is still "stuck", if it doesn't bump free i'll dismiss and update...