Peter Bengtsson

Results 448 comments of Peter Bengtsson

@mostlygeek Any news on that ping?

That `sagas.js` code is way too broad. It looks for anything that could go wrong anywhere in that [huge block](https://github.com/mozilla/delivery-dashboard/blob/master/src/sagas.js#L131-L157). (Personally, a complete sagas noob) Also, what good is a...

In Tecken, if any `fetch()` call yields a response whose status != 200, I set the response into a MobX global state store and the top-level App component displays a...

Definitely a bug in our tooling. I shouldn't have flow's server still running after i'm done working on DD. At the point of making this screenshot, I had moved away...

> Are you suggesting we have some kind of workaround that automatically issues a flow stop command? Yes. Perhaps we can override `yarn start` to be `yarn start && flow...

I have yet to see the light (i.e. the benefit) of flow in a web app so I have to avoid a strong opinion here.

Can we add it later when the ("Delivery Console") is thousands of lines of code and tens of active contributors? At least, unlike TypeScript, you can sprinkle it into existing...

I suffer from this too. I'm using ES6. I tried: ``` javascript import React from 'react'; import rsui from 'react-semantic-ui'; console.log(rsui(React)); ``` But I too get `ReferenceError: React is not...

I don't know how baking works in Wagtail but if it's based on uploading rendered HTML to S3 (in Website "mode") how does it deal with custom `Cache-Control` headers? If...

I would say Therapist is great for your laptop work but not necessary in CI. However, it'd be nice to share the same config in your git hooks as you...