Peter Bengtsson

Results 124 issues of Peter Bengtsson

Similar to https://github.com/mholt/binding/issues/31 I would like to return a different error code if someone does a HTTP POST without any form data. At the moment it defaults to `415 Unsupported...

With this CSS ``` css @-webkit-keyframes segment-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } ``` I get: ``` Unexpected } character:...

``` using workflow's "target": - match: dependency_type: all update_type: 'semver:minor' title: "Bump ahmadnassri/action-dependabot-auto-merge from v2.1.4 to v2.2" depName: ahmadnassri/action-dependabot-auto-merge Warning: failed to parse title: no recognizable versions ``` From https://github.com/mdn/yari/pull/1514/checks?check_run_id=1290814201...

enhancement

All of a sudden I've been getting this error. ``` /action/node_modules/@actions/core/lib/core.js:94 throw new Error(`Input required and not supplied: ${name}`); ^ Error: Input required and not supplied: github-token at Object.getInput (/action/node_modules/@actions/core/lib/core.js:94:15)...

invalid

I always get the error: `TypeError: parallable.core[data.name] is undefined` coming from [this line](https://github.com/liuliu/ccv/blob/785aba2d1cb9c923734c1949ee800321871c4a35/js/ccv.js#L454) The reason is that `data` doesn't have a key called `name`. It does have `{ method: "mozid_ni::match"...

## Are you reporting a bug, or opening a feature request? Not sure. It could just be a user error. Either way, it's not clear how to resolve it. ##...

I just found this old fork and I've decided to start using it again. What my fork adds is the ability to include fixtures as HTML files. Do you think...

This fork adds the ability to specify templates that become embedded inside the `` tag. It also moves all Javascript extra modules to appear below the `qunit-fixture` DOM element. We're...

It prints this: ``` web_1 | Repeated 1 times. web_1 | SELECT `django_session`.`session_key`, web_1 | `django_session`.`session_data`, `django_session`.`expire_date` FROM web_1 | `django_session` WHERE (`django_session`.`session_key` = web_1 | 'cln2uzh2qk21qqb6sfg7nvsrqwg2crbm' AND `django_session`.`expire_date` web_1...

Here's a [screenshot from my console](http://cl.ly/RKFn) Anyway, the solution, after some trial and error, was to instead of using async-local-storage.min.js I have to use async-local-storage-with-Promise.min.js and then it works. It...