sweber83

Results 7 issues of sweber83

We are currently building a system, which requires the use of a jump host to connect to the different machines. We set up `deployment.sshOptions` to connect via the jump host...

The Wordpress plugin loads the highcharts library from the plugin folder via wp_enqueue_script, which is fine. But additionally the code snippets created by the editor each load the libraries from...

Since one of our customers required an extra layer of caching (because of the many different caches at the edge locations), we decided to implement, what is discussed here: https://github.com/humanmade/tachyon/issues/89...

When the tachyon plugin url encodes file names, `wp_get_attachment_image_srcset()` always returns `false`. This is the case because `wp_calculate_image_srcset()` compares the plain file name with the url encoded url, which never...

If routes like this are used ``` router.get('/appointments/validate', appointments.validate) router.get('/appointments/:id', appointments.fetch) ``` the `appointments.validate` middleware gets an 'id' param with the value 'validate'.

bug

### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/wordpress#readme) and the [documentation](https://auth0.com/docs/customize/integrations/cms/wordpress-plugin), and have not found a suitable solution or answer. - [x] I have searched the [issues](https://github.com/auth0/wordpress/issues) and...

Fixes an issue, where WPMLs dashboard.js does not expect the _links object in its rest responses. When opening the WPML dashboard under `wp-admin/admin.php?page=tm%2Fmenu%2Fmain.php` we get this js error. ``` TypeError:...