Johannes Kinast

Results 21 issues of Johannes Kinast

Hi, is there a way to provide a global mixin to the Vue instance? e. g. ` import { VueWrapper } from 'vuera' VueWrapper.mixin( { ... } ) `

**Is your enhancement related to a problem? Please describe.** On WordPress Multisite the Settings for Manage Search Fields & Weighting are only accessible for each site if you now the...

enhancement
multisite
module:weighting

To support Firefox Android, automatic padding applied by WebPush has to be disabled: https://github.com/web-push-libs/web-push-php#how-can-i-disable-or-customize-automatic-padding This PR just applies the default 3052 bytes but you can set `automatic_padding` to false to...

Hi, I just upgraded to 2.0 and everythink works fine except the v-show="show('colume')" on a custom head/body. Renamed `showColumn` to `show` as described. `[Vue warn]: Property "show" was accessed during...

To support iPhone X fullscreen a new splashscreen image size is needed: 1125 × 2436 Possible solution: https://forum.ionicframework.com/t/iphone-x-and-ionic/105197/32

If I create a new Product in *Master data* → *Products* and try to scan a barcode, it does not recognize the barcode. Works well through *Quick-Scan* iPhone 13 Pro...

Hi, I just got started with Grocy and created many products with your App. Works really great and much fast then through the standard Web UI. But there is one...

If I scan a barcode in "Quick-Scan" and the barcode is not in the database, I've to assign it to a product or create a new product. But then the...

enhancement

**Describe the bug** The Recent Episodes CSS File is loaded on every page load. Please only load the CSS if they are really shown. See: https://github.com/CastosHQ/Seriously-Simple-Podcasting/blob/fe171a215989d9cd665cbffc326580882bda1952/php/classes/controllers/class-episode-controller.php#L31 **Solution** Move `wp_enqueue_style( 'ssp-recent-episodes'...

If I try to edit a reusable Block inside the Block Editor, it crashes. Steps to reproduce: 1. Create a new Post 2. Add a Paragraph 3. Create a reusable...