Artyom Stepanishchev

Results 12 comments of Artyom Stepanishchev

As workaround you may add `"import/core-modules": "@your-package-name"` to `.eslintrc` [settings section](https://github.com/benmosher/eslint-plugin-import#importcore-modules)

If building for ESM there is no solution or workaround :( Meanwhile the issue got one year old 🎉

PR is here https://github.com/borodean/postcss-assets/pull/65

wow, I tried again to provide you logs and got it: ``` $ sudo als-controller $ als-controller -s 0 $ als-controller -e $ als-controller -s No connection to the server.:...

the same, no `enable` in `/sys/bus/acpi/devices/ACPI0008:00/` only ``` driver iio:device0 path power subsystem hid modalias physical_node status uevent ```

I blacklisted `acpi_als` but got no result lsmod shows nothing ``` lsmod | grep als ``` but there is still no `enable` ``` ls /sys/bus/acpi/devices/ACPI0008:00/` hid modalias path physical_node power...

Noticed that als driver was not loaded. Loading it and blacklisting acpi_als solved the problem. P.S. works without "acpi_osi='!Windows 2012'" in boot line

Well it works. And the last question. How can I reduce backlight? I think it's too bright in a dark room. It seems like @hitzemann issue that screen backlight only...

@vladshcherbin Hey, I've worked around this allowing to specify function as `dest`: ```js import RollupPluginCopy from "rollup-plugin-copy" /** @param {import("rollup-plugin-copy").CopyOptions} options */ function copy(options) { options.hook ??= "buildEnd" return {...