Vladislav Polyakov

Results 59 issues of Vladislav Polyakov

**Reproduction** Steps to reproduce the behavior: 1. make get request "graphql-engine:8080" **Expected behavior** Make request **Your Environment** node:latest | software | version | ---------------- | ------- | node-fetch | 2.6.1...

bug

Try to import ```ts import { Node } from 'parse5/dist/tree-adapters/default' ``` ```ts Error: Missing "./dist/tree-adapters/default" export in "parse5" package ```

Example: `--watch="./build/*" Now to many rerenders

question

- [+] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [+] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...

enhancement

--- ### Thanks for contributing to `rrule`! To submit a pull request, please verify that you have done the following: - [ ] Merged in or rebased on the latest...

It will be nice if i can grant access for specific table/column(s). Ref: https://www.consul.io/docs/security/acl

area/security

**The value passes from third party package** ``` const utcDate = zonedTimeToUtc('2020-05-14T10:00', 'Europe/Rome') // 2020-05-14T08:00:00.000Z const utcDate = zonedTimeToUtc('2020-05-14T10:00+0300', 'Europe/Rome') // 2020-05-14T07:00:00.000Z ``` Can someone explain to me, this is...

It doesn't works ```ts pathOr(['data', 'categories'], [], result); ```

``` image: registry: repository: tag: latest pullSecret: regcred ``` It doesn't work ``` - name: Deploy to DigitalOcean Kubernetes uses: 'deliverybot/[email protected]' with: release: '' version: '${{ github.sha }}' namespace: 'default'...

question

Почему используются названия .Button2, .Select2, .Popup2, вместо привычных .Button, .Select, .Popup ? Это из-за возможности добавить [дополнительный класс](https://github.com/bem/yandex-ui/blob/master/src/components/Button/Button.tsx#L125) через prop `className` ?