Roman Petrov
Roman Petrov
I have (it seems) exactly the same issue with `ffmpeg.js` and `Parcel 1.12.4`: it runs out of memory when I import `ffmpeg` and start `parcel serve`. Is there any existing...
@Banou26 , thank you. I will try to upgrade to Parcel 2 and use `PARCEL_WORKERS=1`
not sure if it is a right place to comment: cursor should also change to "text" when hovering text fields to match default text field behavior on web & desktop
As I understand, the idea here is to introduce rule presets as `yaml` files, and users will have to include them into `analysis_options.yaml`. The first (and most important) question for...
Personally, I am not sure if bundling `lints` or `flutter_lints` or any other package with our presets is a good idea... I see many drawbacks here, but I am too...
Actually, I have another option in mind: we can use some "virtual" configuration settings. For example, we can provide our own "extends" section in dart code metrics configuration in `analysis_options.yaml`,...
Sure, let's follow this issue for now and see if we get some progress in a reasonable amount of time.
@incendial, I will try to ask these questions below but definitely my answers are subject to further discussion... > How we should handle configurable rules? Use the default config? IMO...
> > I am quite interested in completely separating rule/metrics workflow. > > We discussed it some time ago with @dkrutskikh and I think that it's a possible way of...
> But we have other ideas for Cli commands, so we will not be able to remove it completely. Actually, I am proposing just to have new feature and document...