Josias

Results 16 issues of Josias

## Feature Request **Is your feature request related to a problem? Please describe.** Gutenberg allows the use of the 'render_callback' in php when registering a block type. This isn't currently...

HACKTOBERFEST

Webpack 5 does not provide nodejs module polyfill by default. This means importing vCards-js in a webpack 5 project does not work anymore. We can define the "browsers" property inside...

Phpcs supports the cli argument --extensions=foo,bar . Is there a way I can pass the --extensions=phtml,php to work with phtml files? Currently, I get no linting results for phtml files...

With phpcs you can set the default coding standard the following way: `phpcs --config-set default_standard PSRXX`. Shouldn't this value be included when phpcs-vscode is detecting the default standard?

**What is the current behavior? Describe the bug** Trying to use the `paste` action, (from context-menu/toolbar/whatever) will cause the following error message to appear. `Your browser doesn't support direct access...

Hi! I'm not sure what the thought process behind the current behaviour is, but for me I'm not sure why a `master` release to an existing pre-release won't mark the...

bug

### Describe the bug We set-up npm7 workspaces for our monorepo with a storybook installation using preset-create-react-app. The preset has troubles finding react-scripts and by default throws the error: ```ERR!...

bug

I'm working with Storybook and create-react-app and am using the @storybook/preset-create-react-app preset. W/ react-scripts you need to set the environment variable EXTEND_ESLINT to true, to have it recognize the .eslintrc...

create-react-app

Show example how to integrate this library in a react application

documentation