Julian Weiland

Results 16 issues of Julian Weiland

I have not seen any new releases for one year. The blog post anouncing the next version formik 3 alpha is about two years old. No update since then. So...

Type: Bug

When using the Requests Library with `Requests::get( $url )` I get an error: ``` [02-Aug-2017 02:26:28 UTC] PHP Fatal error: Uncaught Requests_Exception: cURL error 77: error setting certificate verify locations:...

bug

The build process should be updated because of following reasons: - The official supported node version `6.11` from Oct. 2017 is outdated - There are 12 vulnerabilities (10 moderate, 2...

improvement

We should implement a process for generating a pot file. I think we can implement this by using this package https://github.com/rasmusbe/gulp-wp-pot

WordPress 5.2 introduces the new `wp_body_open()` template tag. This new template tag gives Plugins the possibility to add code directly after the opening body tag. Read more: https://generatewp.com/wordpress-5-2-action-that-every-theme-should-use/ We should...

FoundationPress includes a bunch of navigation styling in the navigation.scss This is special styling without any documentation. (Which causes problems for users using FoundationPress for the first time #1364) FoundationPress...

improvement

## ❓Question I would like to run Cypress with razzle js. Therefore I followed the instructions from here https://github.com/jaredpalmer/razzle/discussions/1700 My problem is, I would like to use test-specific environment variables....

The Bitbucket CI Tests added with the `wp scaffold plugin-tests` command do not work correctly. I always get following error with phpcs test. ```

I'm trying to use MockTTP together with Cypress tests: I setup HTTP mock as described in the Browser Setup Instructions https://github.com/httptoolkit/mockttp/blob/main/docs/setup.md#browser-setup I added a "startServer.js" script, which I start before...

The svgo library got a major update on 19 February. The Docs https://github.com/swashata/wp-webpack-script/blob/master/site/docs/tutorials/using-various-svg-loader.md only work with ``` "svgo": "^1.3.2", "svgo-loader": "^2.2.2" ``` When using the latest svgo version the build...