Alex Tsvetkov

Results 6 comments of Alex Tsvetkov

If `LAN only` does not include all local/private subnets it would be nice to have this one

May be useful. But I have two questions: 1. Why did you choose this icon? 2. Does it make sense to show what proxy exactly you're using `䀹 http://127.0.0.1:1080`?

> so surely that should mean that csstree will work with PostCSS? No, it shouldn't. In that benchmark postcss compares its own parser to others. You can see supported parsers...

It seems that if you have experience in zig already then everything looks fine for you, but as a newcomer I need to say these random thoughts: 1. Syntax `.{}`...

Is it correct that the idea is: * to have global store/cache with _flat_ dependencies under their hashes (with no transitive dependencies, except when they are committed into the VCS)...

Npm with flat "tree" has a problem with importing transitive dependencies: `project -> packageA -> packageB`, with flat structure you're able to import `packageB` directly in `project` even if you...