Mudit Somani

Results 21 issues of Mudit Somani

I do not think anyone is using this lib with Svelte v2 anymore, so I suggest to remove support for it as it is just additional maintenance and bloat for...

enhancement
breaking

Creating multiple `.svelte` files is very tedious, can there be a way to directly pass in source string such as `mount('Title')`.

My final exams are coming up, so I am unable to maintain for the next few months, this project will **not** be deprecated/abandoned and I will continue once my finals...

Instead of using component scoped styles we currently use BEM CSS to make components more customizable. However we do not use BEM method for properties, for example: **currently** ```html ......

enhancement

Lerna is a bit heavyweight for svelte materialify and I feel like it discourages PRs and contributions. Here are some of the alternatives I have considered: - [Yarn 2](https://github.com/yarnpkg/berry) -...

I am spending much of my time and energy on completing the components and making them robust, I am completing the documentation in a hurry, some problems with the current...

# Feature description I want to add passive behavior to my touchstart event listener which I have initialized through the `$().on("touchstart", function)` command. This is how we add passive event...

enhancement

It is unclear if it is recommended or not that you turn run `yarn config set workspaces-experimental true`. What should we do if we want the best performance/result.

This is a great repo for themes for VS Code's integerated terminal, but with few changes it could also provide themes for https://github.com/microsoft/terminal. Otherwise people have to manually modify the...