Rupert Dunk

Results 18 comments of Rupert Dunk

`decorators: [StoryRouter()]` did it for me.

Grey text on a white background is a design choice which has unfortunately been misinterpreted by some as a blanket method for improving readability and so has become something of...

Hi @nirjan-dev, I don't believe so currently, but might be a good feature to add. Are you working with v1.0.0?

Perhaps I could use DeepPartial for the prop type? e.g. ```ts type DeepPartial = T extends Function ? T : T extends object ? { [P in keyof T]?: DeepPartial...

Hey @spacedawwwg. It looks like this kind of thing was implemented in at least one [official package](https://github.com/sanity-io/block-content-to-html/blob/main/CHANGELOG.md) so I think it would be a good idea to follow suit. It's...

Hi @sjsd, which version of this plugin and Vue are you using? Could you also to share an example of the portable text you are using, or any other code...

To echo @bjoerge's first comment: As a new user I found it slightly confusing that the docs suggest using npm to install the CLI and JS Client, but then that...

@asanzdj Did you find a solution for this? The suggested one here doesn't seem to work for me.

https://github.com/hilongjw/vue-lazyload#lazy-component

Unfortunately that means the function will only execute the first time an image loads, but not if it is lazyloaded again when returning to a previously visited route. In my...