basaran

Results 78 comments of basaran

You need to provide more information, whether you are using the CLI or an editor extension. That being said, Svelte SFCs are the same as `vue` that is if you...

Hello, You almost got it. Anyone else looking for a solution: F1 => Markdown Preview Enhanced : Customize CSS Then, in the style.less: ``` .markdown-preview.markdown-preview { pre, code { white-space:...

That is expected to happen when you are soft-wrapping. If you need to keep line numbers consistent, then you need to hard-wrap. You can use one of the vscode extensions...

It seems vitePreprocess is becoming the norm these days. In the meantime, this is an option for destructuring assignment. Just not at the esm import. ``` import sveltePreprocess from 'svelte-preprocess';...

Using the docker backend, I have the same issue. I tried disabling IPv6 on the host through sysctl and it is still the same. I was able to get ssh...

I was informed on the discord by MotionlessTrain that the actions are supposed to sync, but instead suggested to use promises. On another site I also found example of using...

Searching for `master.m3u8` in devtools worked fine. You can observe the headers needed there. Just the referer was sufficient for me.

hi, do you recall the part that blocks the keyboard from displaying on mobile? Is it the input's readonly attribute?

there is probably a better way, but this seems to work as a draft. @andreimoment , could you test please? You should be able to patch it into your _include-media.scss:...