shirotech

Results 24 issues of shirotech

Hi there, it's kinda hard to navigate through the massive tree of objects. Is there a way to use the context menu and "inspect with ng-inspector"? Cheers.

enhancement
help wanted

Back then around 3 years ago I was just getting into Webpack, the concept was different to any other tools I have ever used. It didn't make sense at first,...

help wanted

Great project, it is very useful. Was wondering if there was a way to commit changes while the system is loaded in RAM? According to the readme, currently, the only...

Would like a way to not throw an error when there are no SVG files found in a folder. In certain use cases, it is not considered an "error" just...

It's not really breaking, but would be good if there is a way to suppress this error. From reading around, this is a low-level inspection that is tied to the...

contributions needed
Svelte core
area: styles
impact: minor

I'm not sure why we need to "sanitize" files, all test are under a controlled environment and doesn't expose to any sort of threat. It seems to be doing more...

```html ``` becomes ```html ``` which is not valid

bug

This is due to how render doesn't append new dom anymore if it's being rendered already, also this.props.children is not always an array. I had a go at fixing it...

I tried to run this on the svelte LSP https://github.com/sveltejs/language-tools/issues/74 https://github.com/sveltejs/language-tools/tree/master/packages/language-server Or is this for something else as I'm getting quite an error: ![Screen Shot 2020-05-09 at 2 48 00...

### Describe the bug When a slot is passed to a component that modifies the head via ``, special cases like `` is not being respected. ### Reproduction Works: ```svelte...