Marvin

Results 12 issues of Marvin

Hey! I'm using goober with `solid-styled-components` with a web component and the shadow root as a custom target where goober injects the styles generated with `css`. I also need global...

feature
discussion

### Describe the bug Hey! I have a form in a dynamic component which is shown and hidden based on the current view. When I change the view, the view...

bug

vite-ssr v0.10.6 vue-router v4.0.10 vite v2.3.8 Sometimes I'm getting following messages in the console when the server (dev & production) is running: ``` [Vue Router warn]: No match found for...

This PR adds some basic unit test setup with jest + esbuild-jest. Currently, only a few utils are tested. Also, the `test` script/command needs to be run manually.

Automatically create GitHub releases with a changelog.

- Use current versions of storyblok modules (especially storyblok-js-client). - TypeScript now works correctly, extended `Vue` interface for use of `$storyapi` & `$storybridge` - _'storyblok-nuxt' needs to be added to...

Hey! Is there an event I can hook into to know when the transformer updates the properties (for example x or y)? I need to update an input field where...

Hey! Pathless routes and ErrorBoundary doesn't seem to work properly. When switching between routes, the content of the previous route is rendered below the new route. I noticed that when...

Hey! I have a web component and want to add the styled to a tag inside the root of it. Creating a custom `styled` with `const styled = styled.bind({ target:...

discussion