Boris Diakur

Results 13 issues of Boris Diakur

I have attached an error log below. I really don't know what the plugin is trying to do with those vtl files in my project to be honest and why...

The page dots are not accessible for three reasons: 1. They are not tabable. They are list items. You can fix this in several ways. Either give them a `tabindex="0"`...

``` This error happened while installing the dependencies of @deadb17/[email protected] at [email protected] at [email protected] pnpm: Command failed with exit code 128: git ls-remote --refs git+ssh://[email protected]/substack/sockjs-client.git browserify-npm ERROR: Repository not found....

coverage, test, instrumented etc.

Seems like you've published a local version of grunt-protractor-coverage to npm but haven't pushed your local changes to GitHub.

This is a feature request. It would be really cool if we had support for Vue templates here, which requires writing an additional plugin similar to [stylelint-no-unused-selectors-plugin-jsx](https://github.com/nodaguti/stylelint-no-unused-selectors/tree/master/src/plugins/stylelint-no-unused-selectors-plugin-jsx). Currently the [documentation...

I’m trying to install and require major versions of lodash using a postinstall script for [n_](https://github.com/borisdiakur/n_). However npm-install-version fails to install lodash. Here is how to reproduce the issue: ```shell...

This is my test: ```js import axeCheck from 'axe-testcafe' fixture('My page') .page('http://localhost:3210/my-page.html') test('a11y', async t => { await axeCheck(t) }) ``` Here is how I run the test: ```bash testcafe-live...

The `unocss/classnames-order` rule seems to group classes by default when executing `eslint --fix` according to the [variant group feature](https://windicss.org/features/variant-groups.html), which is nice. However, if the [Variant group transformer](https://unocss.dev/transformers/variant-group) is not...

### Prerequisites - [X] I know [how to contribute a proper bug report](https://liquid.merck.design/liquid/guides/contributing/#reporting-bugs). - [X] I agree to follow the [Code of Conduct](https://github.com/emdgroup-liquid/liquid/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing...

bug
triage