Amin Ya

Results 1114 comments of Amin Ya

They have disabled zstd compression on Windows, and that is why Windows caching is so slow. Related to #301 https://github.com/actions/toolkit/blob/439eaced077b820cbf01183f71a220813514a95b/packages/cache/src/internal/cacheUtils.ts#L88-L91

Is there any documentation or any sort of example for the API? We already have a server that can feed out and get an answer. It is implemented here: https://github.com/AtomLinter/linter-julia/blob/72453484949efe540fd24f68eb70da40d6e38d2a/lib/index.js#L75...

This cache miss across different branches is creating anti-patterns in the way people work. It has been my experience that people do not create different branches or smaller pull requests...

@davidanthoff @ZacLN Any update on this? Could you give us the code that lints a simple file? Something like the following: ```jl lint_file("test.jl") ```

I added convenient functions that do everything for you in: https://github.com/julia-vscode/StaticLint.jl/pull/220 But there has been zero interest from the developers of this repo for reviewing the PR

> As I see everyone has the same problem :) > The project README file has a section at the top > > > This project does not have any...

See https://github.com/jupyter/atom-notebook/issues/104#issuecomment-764612232

This does not work yet. Maybe we need to use postcss-purgecss plugin instead https://v2.parceljs.org/languages/postcss/ https://github.com/FullHuman/purgecss/tree/master/packages/postcss-purgecss

I have not been able to make this work. But if we do, that would be a huge benefit! We might make a wrapper plugin specifically for Solid with the...

I have the same issue with prettier-plugins-jsdoc https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/10#issuecomment-814487518 My npmrc ``` public-hoist-pattern[]=* package-lock=false lockfile=true prefer-frozen-lockfile=false ```