Mudit Somani

Results 82 comments of Mudit Somani

@agentejo @WebShapedBiz I have exactly the same problem and I still have not found the solution, have you?

Instead of using a file loader, let the user pass in objects manually by importing then, it that possible?

Maybe if we add a Composer component and pass in effects such as: ```js ``` A `RenderPass` should automatically be added to the Composer.

Any updates on v1.0?

I am on node v14.2.0 and it works fine

For example [this](https://github.com/TheComputerM/svelte-materialify/blob/30e323db47a23d356a18398f3abd74d89aa48517/packages/svelte-materialify/src/components/List/ListGroup.svelte#L53), wrapping the second curly braces to the next line makes the code look ugly and hard to understand.

Are any changes made here directly integrated into the language-server.

It is better to use `--ext \"svelte,svx\"` in the sapper template as it works in both windows and linux.

## Found a workaround: Make a custom highlighter function and change the `pre` tags to `Components.pre`; Mine looks like this: ```js highlight: { highlighter: (code, lang) => { if (lang...