Der Mundschenk & Compagnie
Der Mundschenk & Compagnie
I really like this mixin. Unfortunately, it uses the old box module that has been deprecated for the last few releases of compass. Any chance you can update it to...
Uses the new compass/css3/flexbox module. Fixes #1 and #2.
When the device is temporarily unavailable during setup, the integration does not reconnect when it is available again. It might be necessary to implement reloading the integration without a full...
Currently, if using ttfautohint, the script bails when set on *.otf fonts. Why? The next step is to convert the OpenType fonts to TrueType anyway, which then gets passed to...
## Bug Description I'm using `wp_handle_upload` in one of my plugins. PHPCS complains about the `$_FILES` slice not being run through `wp_unslash`. However, [`wp_magic_quotes` does not add slashes to `$_FILES`](https://developer.wordpress.org/reference/functions/wp_magic_quotes/)....
## Bug Description Interpolated table names that are not `$wpdb` properties incorrectly raise `WordPress.DB.PreparedSQL.NotPrepared`. What did you expect to happen? What actually happened? Interpolated table names in `FROM` clauses should...
## Bug Description When I replace ```php _doing_it_wrong( __FUNCTION__, 'My message', '1.0.0' ); ``` with ```php const MY_MESSAGE = 'My message'; _doing_it_wrong( __FUNCTION__, MY_MESSAGE, '1.0.0' ); ``` I get a...
I've got an issue with mocking internal functions (which seems to be supported by the underlying patchwork library) in conjunction with phpunit. I've added `gzencode` as an overridable internal to...
### Is your problem within Home Assistant (Core or Z-Wave JS Integration)? NO, my problem is NOT within Home Assistant or the ZWave JS integration ### Is your problem within...
### Is your problem within Home Assistant (Core or Z-Wave JS Integration)? NO, my problem is NOT within Home Assistant or the ZWave JS integration ### Is your problem within...