Yuri Maltsev

Results 9 issues of Yuri Maltsev

## Description Opening a yaml file in a Chrome browser does not work if Chrome has enabled "Jenbrains IDE support" extension. ## Steps to reproduce - open any swagger.yml file...

bug

- improve constraints library to get rid of long variable names - move each class to a separated file - compress the output JS file - explore possibility to cache...

enhancement

### Preflight Checklist * [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [X] I have searched the issue tracker for a feature request...

> scalafix version 0.11.0 (built in OrganizeImports) Relative imports are still reordered even if using `importsOrder = Keep`. Having this config: ```hocon rules = [ OrganizeImports ] OrganizeImports { removeUnused...

feature
OrganizeImports

I use Play Json library in my project. Swagger (OpenAPI) supports both YAML and JSON formats for their spec files. Hence, I do not necessarily need to import Circe into...

Hi, I'm not sure if it's a bug or expected behaviour. This example matches correctly: ```php

Maybe I'm missing something, but I could not find the way how to tell the schema derivation to automatically include the default values. For example I have a case class:...

Corresponding to [the specification](https://spec.commonmark.org/0.30/#thematic-breaks), thematic breaks can consist of 3 or more consecutive on of characters `-`, `_` or `*` with 0-3 leading spaces (i.e. regex `^\s{0,3}[-_*]{3,}$`). This logic seem...

bug