Andrii Chebukin

Results 241 issues of Andrii Chebukin

We have built a presentational website for our client. And now he wants a shopping cart with Visa/Mastercard payment. User calculates a concrete blocks count https://betonera.ua/ua/calculator, adds the result to...

enhancement

Samples: * [2022 only support](https://github.com/madskristensen/DialToolsForVS) (see last 2 PRs) * [older version support with 2022](https://github.com/DarkDaskin/VSTabPath)

https://github.com/madskristensen/DialToolsForVS/issues/20#issuecomment-480872017

enhancement
help wanted

### Description ``` YAML Service: type: object properties: Услуга: type: string Стоимость: type: number format: ₴ nullable: false Обязательная: type: boolean nullable: false ``` ### Expected behavior Properties of value...

### Description ``` YAML /order: post: summary: Создает заказ-наряд operationId: CreateOrder requestBody: $ref: '#/components/requestBodies/CarCodeBody' responses: '201': description: Заказ успешно создан headers: Location: schema: $ref: '#/components/schemas/OrderId' description: Уникальный идентификатор заказа '404':...

Publish package debug symbols along with package

help wanted

### Description Aliases to primitive types are not translated to primitive types ### Repro steps ``` YAML components: schemas: PhoneNumber: type: string Order: type: object properties: phone: $ref: '#/components/schemas/PhoneNumber' ```...

https://github.com/ligershark/WebOptimizer/blob/32708323bd53836b4a43837b0f8b80673c9db736/src/WebOptimizer.Core/Taghelpers/LinkTagHelper.cs#L102 Otherwise, how will the link work? Imagine that I have ``` C# pipeline .AddScssBundle(options, "/SecretCircle.BmwTheme/app.css", "Areas/SecretCircle.BmwTheme/wwwroot/styles/app.scss") .UseContentRoot(); ``` This means that the tag helper will rewrite `` to `

https://github.com/ligershark/WebOptimizer/blob/32708323bd53836b4a43837b0f8b80673c9db736/src/WebOptimizer.Core/Processors/CssFingerprinter.cs#L61 If dir is `null` on this line Exception occurs that breaks all SCSS compilation