Raymond Muller

Results 10 comments of Raymond Muller

@elliotregan I have not tried this myself but it should work fine. It was fixed in 1.2.17

https://github.com/alexurquhart/vue-bootstrap-typeahead/pull/21

I have taken a look at this, but I think the Vue 3 code should first be adapted to the composition API as that will simplify things a lot here....

Passing `path="mitosis-file.tsx"` as a prop to

That seems to work :)

@dummdidumm Can this get merged (once conflicts are resolved)? Even though it doesn't work 'yet' as a true browser import due to the dependencies, you mention it does work when...

Try this @Jakuubzmeko > https://github.com/react-native-svg/react-native-svg#use-with-svg-files Worked for me

One known issue: https://user-images.githubusercontent.com/3808818/199841659-3b223003-81ca-4b4d-99c1-7f1cdeb5a52e.mov As you can see in the video, when I browse to the page (using the Link component from Qwik City), the page is empty, however when...

@milahu Svelte doesn't support multiple tags (with the exception of a script with `context='module'`) See example REPL: https://svelte.dev/repl/d5266c4fd50a49398b232ef54a825fdf?version=3.53.1 Issue and Explanation on the official Svelte repo: https://github.com/sveltejs/svelte/issues/6387#issuecomment-856517275

> thanks, `return ''` was missing > > > Svelte doesn't support multiple tags (with the exception of a script with `context='module'`) > > example input https://github.com/PuruVJ/macos-web/blob/main/src/components/Dock/DockItem.svelte whats the meaning...