roman

Results 18 comments of roman

Спасибо за критический подход к моему высказыванию. Действительно я слишком громко выразился о нативности, правильнее было сказать "реализация в хроме". А выбрал я её просто из-за популярности хрома и того,...

`vite.config.ts` is indeed ignored while building the service worker (see: [build_service_worker.js](https://github.com/sveltejs/kit/blob/master/packages/kit/src/exports/vite/build/build_service_worker.js#L66-L89)) As far as I'm aware `process.env` replacing in vite only worked through the define plugin. Which is used by...

In my project it takes a couple of seconds for every completion (we use scss, but it shouldn't matter). This means things like `console.` completions just don't work. Here's a...

I'm not sure if `AbortController` would be appropriate for every template, but I would really like to have one in Fetch template I've made a [draft PR](https://github.com/RicoSuter/NSwag/pull/3101) which adds support

Текущий статус по PR-у: жду релиза #2888, потом подолью к себе, заапрувлю скриншоты и отправлю в ревью

I think this is also a cause of some interactions with other plugins I believe snacks.nvim opens files in the wrong split if one of the splits is oil Also...

I did take a look at esbuild targets. Most of them convert trivially, but targets like `es2020` require reverse mapping. They are mapped internally to features (see [compat-table](https://github.com/evanw/esbuild/blob/main/compat-table/README.md)) It is...

folke made it work: https://github.com/folke/sidekick.nvim