Peter deHaan

Results 133 issues of Peter deHaan

See https://nodesecurity.io/advisories/marked_multiple_content_injection_vulnerabilities

Not sure if I'm using this correctly, but `commaListsAnd` returns undefined values when using function format. ```js const tags = require("common-tags"); const bar = ["one", "two", "three"]; console.log("1.", tags.commaListsAnd`${bar}`); //...

I have the following .eslintrc.yml file, but it feels like a glob may be a bit easier. ``` yaml plugins: - dependencies - react rules: "dependencies/case-sensitive": warn "dependencies/no-cycles": warn "dependencies/no-unresolved":...

specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/

Adding license info.

I think the WordPress login button should have an angled right edge, per the branding guidelines: This is my current WordPress login button: ![persona_sample_blog__log_in](https://f.cloud.github.com/assets/557895/1003701/cdf234f2-0a92-11e3-937c-65365994701d.png) Here is the Persona login button...

enhancement

I'm getting an error when specifying a relative site logo URL in the admin: > sitelogo URLs beginning with / must be served over https I don't think this is...

needsinfo

With Jetpack disabled, comments work fine when using Persona. With Jetpack enabled, I can enter a comment, but get the following error after submitting: ![detecting_the_number_of_screens_on_a_users_system_in_adobe_air](https://f.cloud.github.com/assets/557895/1038862/a71064e4-0f6f-11e3-921f-751a7617275c.png)

bug

Adding GitHub repo URL and a couple other fields to help pass http://package-json-validator.com/ validator.

### Steps to reproduce: 1. Copy/paste the following magic sauce as ./index.js: ``` js var convict = require('convict'); var conf = convict({ session: { format: 'duration', default: '8 seconds' }...