Results 35 issues of Paul de Wouters

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) or Php Inspections (EA Ultimate), which version | | Language level | e.g....

Rather than using as a submodule, it would be great to include it via Composer.

First, thanks for making this package, great work. I'm using it to create a game such as https://codepen.io/FreeCodeCamp/full/PNJRyd/ How would I go about adding enemies and items to pick up?...

Something like this https://github.com/tylermcginnis/javascriptvisualizer or http://pythontutor.com/javascript.html#mode=edit The first only has ES5 support and the second doesn't really work properly to visualise currying, partial application, etc...

enhancement

I have setup a new site with VVV, with the following config ``` my-site: skip_provisioning: false description: "My Site" repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git hosts: - mysite.test custom: public_dir: site/public wp_type: none ```...

type:question
type:support

### Is your enhancement related to a problem? Please describe. 10up install the application passwords plugin, which is abandoned and the feature is included with WP core ### Designs _No...

type:enhancement

The following wil trigger a warning: `Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener` ``` link text ``` However, checking the MDN docs, ( https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer ), we...

eslint

I ran into an issue with eslint which led me to the solution - which is to use `@babel/eslint-parser` instead of `babel-eslint` which is deprecated. Note that I had to...

The react-app config doesn't seem to be updated that often and is probably very opinionated towards apps created with `create-react-app` I think it makes sense to take a more generic...

eslint