Evgeny Bovykin

Results 7 issues of Evgeny Bovykin

Add new API for showing and hidding x and y axis ``` javascript chart.axis.isXShown(); // will return true, if x axis is visible, false otherwise chart.axis.isYShown(); // will return true,...

Thanks for creating this tool, it temporarily fixed the problem with kube dns. But after some time kubectl started to give this error ``` Unable to connect to the server:...

В кнопках "Sort by name" и "Sort by age" есть иконки, которые показывают, что сортировка идет по убыванию (9-1) или по возрастанию (A-Z). Однако при изменении этого порядка они такими...

Steps to reproduce: 1. Have `pt-online-schema-change` *not* installed on your machine 2. Have a changeset that requires `percona`, in my case ``` ``` 3. Set `liquibase.percona.failIfNoPT` System property to `true`...

## Motivation To allow generating code for a single entity in multiple files. See a related issue in `volo` - https://github.com/cloudwego/volo/issues/454 ## Solution Introduce a new `split` mode that can...

There are 3 classes in `protocols_definition.py` which raise an error when instantiated. `Concrete4_Good7`, `Concrete6_Good3` and `Concrete6_Bad3`. ``` ValueError: mutable default for field val1 is not allowed: use default_factory ``` Instead...

topic: conformance tests