Dmitry Statsenko

Results 16 issues of Dmitry Statsenko

Safari finally support webp exention. Now all browsers support progressive format, but there is no way to conveniently optimize it. imagemin-webp can convert to webp, can`t optimized webp. Sorry for...

New property font-display.

В firefox буквица отображается неправильно ![first-letter](https://user-images.githubusercontent.com/14668230/85205523-e0393580-b32c-11ea-999f-b53f8f7da8c3.jpg) Исправить не получилось, похоже что это баг реализации ::first-letter в firefox. При одинаковых стилях разное расположение псевдоэлемента. Если обернуть первый символ в span с...

ошибка
лёгкое
вёрстка

Hello! Thank you for functional library! **Describe the bug** Need to use babel, the [example](https://github.com/sveltejs/svelte-preprocess?tab=readme-ov-file#modern-javascript-syntax) from the documentation is not working, and I can't figure out why. Testing on [@babel/plugin-transform-unicode-sets-regex](https://babeljs.io/docs/babel-plugin-transform-unicode-sets-regex)...

### Describe the problem In Svetle, basic and important functionality from Vite doesn't work — automatic handling of static resources from component folder only using HTML. When initializing a new...

enhancement
has-workaround

fix #166 Thank for [saya-dev](https://github.com/saya-dev) I have error with `npm run dev` in `locale-router-static` because of `sveltekit-i18n": "file:../../` in `package.json`. Run `npm i` in root `lib`, need something else? Now...

Hello, thanks for the great library Example [Locale-router-static](https://github.com/sveltekit-i18n/lib/tree/master/examples/locale-router-static) `src/hooks.server.js` ```JS // Add html `lang` attribute return resolve({ ...event, locals: { lang: locale } }, { transformPageChunk: ({ html }) =>...

bug
good first issue
examples

Vituum have two plugin pages and imports. If you only need one of them now there are a lot of problems with it. If neen only pages need replace this:...

If nunjucks is installed, good syntax highlighting appears, but broken auto-indent after pressing "Enter" between tags I have: ![Z4Rm6](https://user-images.githubusercontent.com/14668230/77129945-55b41200-6a6f-11ea-9255-632509973eb8.gif) By pressing "Enter", "Shift + Enter" and "Shift". But I need...

### Description Hello, thanks for the great tool Eslint have rule ['no-use-before-define'](https://eslint.org/docs/latest/rules/no-use-before-define), it is useful in many situations, but have problem with Svelte: `+layout.svelte` ```html import Header from '$lib/components/header/Header.svelte'; ```...

enhancement