Anatoly Kopyl

Results 15 issues of Anatoly Kopyl

Without encoding specified in these `open` calls the script crashes on Windows.

If two inputs have `v-if`/`v-else` and only one of them has `v-maska` applied, then upon hiding the element that has the directive the other one will be affected by the...

Can be avoided by using `v-show` instead, but this is not a perfect solution. For example I want to have a search input that is masked when I'm searching for...

## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [x] **If this is a code change**: I have written unit tests and/or added dogfooding...

CLA Signed
pr: new feature
to backport

It would be nice to have this for use with fuzzy search, for example [vueUse/useFuze](https://vueuse.org/integrations/useFuse/). It outputs an array of arrays with start and end indices: Taken from [fuze.d.ts](https://github.com/krisk/Fuse/blob/04295e51ef9305824852241affce5e2dc00299f8/dist/fuse.d.ts#L280): ```typescript...

enhancement

If the value of `v-model` is set from the parent, then the displayed text will not change accordingly.

Fixes https://github.com/pggalaviz/vue-highlights/issues/39

Pressing `shift+right` or `cmd+a` doesn't let you highlight text as it's supposed to. Each keyUp event triggers an `innerHTML` update that wipes the selection. This can be fixed by adding...

As described in issue https://github.com/pggalaviz/vue-highlights/issues/1: ``` ``` Will make `@cool.name` a valid mention. Disabled by default.

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

feature
difficulty: advanced
domain: markdown