Mark Banner
Mark Banner
This is one of a few items that we haven't yet re-implemented in the reworked quick reply. There should be a way to continue writing an email using Thunderbird's normal...
I'm just trying out the new eslint_d with this package, and its nice to get the speed improvement. One problem I've noticed that unlike SublimeLinter-contrib-eslint, this one is specifying the...
I believe the need for eslint-plugin-self will go away with flat config (I'm still testing that). However, for plugins that are still compatible with the legacy ESLint configuration and with...
When attempting to use this plugin with a v9 compatible add-on, a message such as this is produced: ``` TypeError: Failed to load plugin 'self' declared in '--config': enabledPluginName.replace is...
The current options for ignoring files are inadequate for complex projects where lists of files to be ignored may be shared across different tools. As [proposed elsewhere in a PR](https://github.com/prettier/prettier/pull/12672#issuecomment-1301303918),...
On some collections I'm trying to view the differences of recent changes, but I get "Couldn't compute records list diff overview". STR 1. Generate some some changes to a collection....
I am working on setting up flat configuration with ESLint v8.57.0 as an initial step before switching to v9. I wanted to check the configuration, so I was trying out...
### Docs page(s) https://eslint.org/docs/latest/extend/plugin-migration-flat-config#migrating-processors-for-flat-config https://eslint.org/docs/latest/extend/custom-processors#custom-processor-specification ### What documentation issue do you want to solve? The [plugin migration for flat config](https://eslint.org/docs/latest/extend/plugin-migration-flat-config#migrating-processors-for-flat-config) says that for processors, there are no changes required. However,...
This adds a skeleton search component and mechanics, which we will build on in subsequent PRs. I don't think it needs a changelog entry, as this isn't really adding functionality,...
This implements processing the main parts of the search configuration JSON into the Rust structure using serde_json. Currently the processing applies to: * The identifier and base properties of the...