David Ovčačík

Results 12 issues of David Ovčačík

Hi, I'm using class decorators in SFCs. I found a bug in the parsing algorithm. It only accepts page components which extend Vue directly. The parsing fails to find `meta`...

### Motivation Much like the LinkedItemsElement, I would like to propose to add a type parameter to RichTextElement as well. Since you can limit the content type of components in...

enhancement

It is currently impossible to use the `vueRouterAdditionalEventData` option, because it is stored in public runtime config by the plugin and removed during serialization for the client bundle (see https://nuxt.com/docs/guide/going-further/runtime-config#serialization)...

[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template --- ## Expected Behavior When the storyblok client [aborts a request on timeout](https://github.com/storyblok/storyblok-js-client/blob/main/src/sbFetch.ts#L127), a reason should be provided to allow for better logging and debugging. The current default...

bug
p2-nice-to-have

Following this thread: https://github.com/mjmlio/mjml/issues/2589, I updated the dependencies to its safe versions. For anyone wanting to use this now, I have published it at https://www.npmjs.com/package/@dovca/gulp-mjml/v/5.0.0-alpha

### Bug description: The type union of OidcProviderConfig.openIdConfiguration is missing a `string`, because the runtime value can be a URL from which the configuration is fetched. The code of the...

This PR fixes issue #78 by importing types from the same path alias, which can be used for augmenting the UserSession interface.

Fix #18159 **What kind of change does this PR introduce?** - [x] Bugfix - [ ] Feature - [ ] Documentation - [ ] Code style update - [ ]...