Simon Backx

Results 14 issues of Simon Backx

Currently it is not possible to override the WebChromeClient of the Bridge. With this change, it becomes possible to override the web chrome client in plugins (the same way this...

For now, when you specify a size of 320 pixels, it will only generate an image with a size of 320px. But most smartphones have higher density displays, so we...

enhancement
pending
v0

Correct me if I'm wrong, but for a `` element in HTML, you don't need the sizes property. A browser can choose which srcset is best, using the real rendered...

In order to do some necessary image placement calculations, we need to get the image size on the server in nuxt/content articles. But I could not find any way to...

When using libsodium in your project in combination with a bundler like Webpack, you can use all sorts of optimization techniques such as [tree shaking](https://webpack.js.org/guides/tree-shaking/). This is only possible for...

## Versions - 0.3.1 ## Describe the bug When loading plausible with link tracking, links with target _blank are no longer opened in a new tab. ## Expected behavior Instead,...

bug

no issue This test checks how fast we can process clicks and whether that remains between certain values, trying to take account for slower CI environments by first calculating a...

Reverts TryGhost/Ghost#19476 We might need to revert this because there might be a difference in member counts between this endpoint and the one on the dashboard. Not sure, we'll need...

affects:admin

Parent: ``` Vue.component('layout', { template: '#vue-template-layout', data: function () { return { }; }, }); ``` Page: ``` ... ``` `class=""` definition is required in the parent component. Else vue...

In vue you can do: ```{{ this.shared.merchant_type == 'small' ? tli(6617, 'Get more customers!', 'Title on the merchant page landing page for small companies') : tli(6618, 'Get more customers!', 'Title...