Peter Bengtsson

Results 124 issues of Peter Bengtsson

**Summary** If you have `settings.DEBUG == True` our `react_googleanalytics.html` template will load this: ``` ``` and that means you'll get debugging in your Web Console about things like GA events...

p3

So there are at least 3 open PRs (at the time of writing) that hardcodes the $5 in jinja templates and JS code. But also noticed we have `settings.CONTRIBUTION_SUPPORT_EMAIL` but...

comp: frontend
p3
comp: backend

**Summary** Remove `django-constance` as a dependency and move everything to `django.conf.settings` so it's controlled by environment variables instead. If anything *can't* be environment variables, but needs to be controlled by...

comp: backend

**Summary** Compare https://wiki.developer.mozilla.org/de/docs/Web/API/Node/setUserData#Browser_Kompabilit%C3%A4t and https://developer.mozilla.org/de/docs/Web/API/Node/setUserData#Browser_Kompabilit%C3%A4t The "Mobile / Desktop" tables aren't working on the read-only site **Steps To Reproduce (STR)** See above **Actual behavior** See above **Expected behavior** See above...

p5

https://sentry.prod.mozaws.net/operations/mdn-prod/issues/7710725/ What seems to happen is that there are (at the moment) two users who somehow managed to submit **2** usernames. If you look at Sentry's formatted HTTP post thing:...

p5

https://sentry.prod.mozaws.net/operations/mdn-prod/issues/7699750/ ``` Resolver404: {'tried': [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],...

p5

**Summary** In https://github.com/mdn/kuma/commit/865deab60d6a97966e13eff6f1bbf492e1631afe https://github.com/mdn/kuma/pull/6252 we re-enabled the same GA instrumentation we used to have on the Wiki onto the read-only site. Later we enabled multi-auth. Now, clicking "Sign in" doesn't...

comp: frontend

**Summary** When exploring https://github.com/mdn/kuma/issues/6725 I noticed a second error within the error boundary stuff. In particular, the proptype warning: ``` Warning: Failed prop type: The prop `children` is marked as...

p5

**Summary** If the document contains the string `` it will break the rendering on the read-only site. **Steps To Reproduce (STR)** 1. Edit a wiki page and in the source...

p3

**Summary** At the moment, even though not enabled from waffle, the subscription banner looks like this: Instead, it needs to look like this: (does [this url work?](https://app.abstract.com/projects/9decc480-70fc-11e9-9453-4f3fbffea7ce/branches/master/commits/a677dc9aa6d0c6ffc7eacc42be29a77ececb0866/files/96E76C7B-2AF8-4473-A39E-E81890F91955/layers/0DBB5D9A-097E-4D1A-A023-B2C6E48C50F3?collectionId=a8383e98-59b4-4b87-9ad0-6c5750e27743&collectionLayerId=5b7238a1-236e-4f65-8218-a0b7a6f953f6)) And that link...