Charles Suh
Charles Suh
It looks like in webpack@4, the compiler "done" hook sets progress percentage to 1: https://github.com/webpack/webpack/blob/v4.46.0/lib/ProgressPlugin.js#L291-L293 but in webpack@5, there are some additional cache steps that were added such that it...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) sp-action-menu ### Description of the requested feature When using `sp-action-menu`, there is...
This is a big contributor to increased rebuild times with webpack@5 for me.
Hi. I'm wondering if the driver is not properly configuring the firmware to wake on a magic packet, if an optional zeroed out SecureOn password is present at the end...
yarn in PnP mode uses a virtual filesystem, and adding the `preferUnplugged: true` flag forces it to write this package to the real filesystem. This is needed so the case-sensitive...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) sp-action-group ### Expected behavior _No response_ ### Actual behavior Using `appendChild` to...
## Description For sliders with a ramp or tick, the circle thumb shows the ramp or tick behind it. ## Steps to reproduce spectrum-css: ## Expected behavior Design spec: ##...
### Please answer the following questions for yourself before submitting an issue - [X] Filters were updated before reproducing an issue - [X] I checked the [knowledge base](https://adguard.com/kb/) and found...
### What is the problem you're trying to solve? With ```json { "rules": { "declaration-empty-line-before": { "never" } } } ``` and ```css a { & b { font-weight: bold;...
> Which issue, if any, is this issue related to? When using `util.checkAgainstRule()`, it is not possible to specify the `config` object without also specifying the `result` option. > Is...