Milan Barać

Results 21 comments of Milan Barać

I have the same problem: ``` MariaDB [(none)]> SHOW VARIABLES LIKE 'wait_timeout'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | wait_timeout | 28800 | +---------------+-------+ ``` ``` MariaDB [(none)]> SHOW...

Any update on this? Pairing HIkariCP `max-lifetime` with MariaDB `wait_timeout`, taking care of time unit difference doesn't work, even lowering the `wait_timeout` time for a few seconds when setting `max-lifetime`....

Non of the above solutions worked for me :(.

Using `https://jitpack.io` to import latest `swagger2markup` into the project doesn't work either: ``` jitpack.io https://jitpack.io ``` ``` com.github.Swagger2Markup swagger2markup master-SNAPSHOT ``` ``` Build starting... Start: Fri Mar 25 14:38:06 UTC...

![Screenshot 2022-03-29 at 14 55 44](https://user-images.githubusercontent.com/16001837/160616005-d26eb29f-472a-47f2-83d1-a9f481433a42.png)

Bwt, I am using swagger2markup Maven plugin, which is way outdated :(.

I found a property: ```typescript this.chartRef.chart.ctx ```

But, now I have a problem: ```typescript this.chartRef.chart ``` is `undefined` :(.

I created a new class with gradient color support: ```typescript export interface ChartColor { backgroundColor?: string | string[] | CanvasGradient; borderWidth?: number | number[]; borderColor?: string | string[] | CanvasGradient;...

Or, a better alternative (a suggestion for change request): ```typescript import { ChartColor } from 'chart.js'; export interface Color { backgroundColor?: ChartColor; borderWidth?: number | number[]; borderColor?: ChartColor; borderCapStyle?: string;...