LitoMore

Results 178 comments of LitoMore

My Chrome version is `106.0.5249.61 (Official Build) (arm64)`. I can reproduce this performance issue on other devices. And it's not very smooth when the page is scrolling fast.

@Gaurav-Verma07 Here is our [contributing doc](https://github.com/simple-icons/simple-icons-website/blob/master/CONTRIBUTING.md). Can you briefly describe how you would go about refactoring this project using React before you submit a PR?

@adsingh14 I would say no to Next.js. This is a single-page website, so there is not necessary to use Next.js. I have already started the work on my local. There...

@Gaurav-Verma07 My target is TypeScript React. And I'm not going to use any library for components. We have lots of scripts need to be refactored, like [`scripts/i18n.js`](https://github.com/simple-icons/simple-icons-website/blob/master/scripts/i18n.js), [`public/scripts/language-selector.js`](https://github.com/simple-icons/simple-icons-website/blob/master/public/scripts/language-selector.js), and [`webpack.config.js`](https://github.com/simple-icons/simple-icons-website/blob/master/webpack.config.js),...

@mondeja Thanks. I will create a draft PR when the work has some progress. At the same time, I'm thinking about how to optimize our current code. We may try...

> The POEditor is reporting duplicate Strings it removed as it violates the PO format or something... We could update the template to what POEditor expected. PRs welcome. > Next,...

@Andre601 See https://github.com/desktop/desktop/issues/12562. Please use Windows Terminal + WSL with Git directly as a workaround on your local. I'm not going to discuss this error here due to is not...

I opened an issue about this topic: - https://github.com/bvaughn/react-virtualized/issues/1775

Sounds good, you could make an [Inquirer plugin](https://github.com/SBoudrias/Inquirer.js#plugins) for this idea.

Hi @mesqueeb! Thank you for notifying us! Here are my concerns about pure ES Module packages: - We must use `import` to load ES Module, which means the user's package...