Alex I.
Alex I.
How to reproduce: 1. Create file structure like this: ```bash mkdir -p src/bar # create nested folders touch src/bar/test.txt # create file chmod -w -R src # revoke write permissions...
Webpack supports configuration files written in TypeScript: [webpack docs / Configuration Languages](https://webpack.js.org/configuration/configuration-languages/#typescript). So it would be nice to show webpack icons for these files too! Actually I want to update...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.12.0 **Your typescript code** ```typescript import type { JSONSchemaType } from "ajv"; ```...
Very useful plugin, thank you! I use it in many components to show loading and saving processes. I also write screenshot tests on my Storybook components. I have to synchronize...
png-img compiles every time on installing. There is a way to prebuild packages for different distros and to download prebuild during installation instead of compilation. Compare iltorb installation and png-img:...
In some symbols first point was duplicated. I fixed it. I also created a function `drawPath` to encapsulate drawing methods `lineTo`, `moveTo` and `closePath`. Now drawing is more declarative: ```js...