Valentin Touffet

Results 15 issues of Valentin Touffet

## Sorting - **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request - I confirm that I - [x] used the...

help wanted
Pending feedback

Thank you for this great library! I'm trying to display multi-styled text with Konva (i.e. a text with some letters in a different color / font / style than others)....

fix #1131 --- The idea of this new shape is to be able to render text with multiple styles (i.e. char 0 to 10 is blue, char 10 to 20...

If you are using nginx you need to follow this guide to setup rewrite URL: https://book.cakephp.org/2.0/fr/installation/url-rewriting.html#de-belles-urls-sur-nginx And you need to remove every `app/webroot` in `app/View/Install/first.ctp`.

bug

Get md5 of each controller files, generate md5 of those md5 + config and store it in the openapi.yaml as an [extension](https://swagger.io/docs/specification/openapi-extensions/) (e.g. `info.x-hash`). If the hash is the same...

```ts class Foo { public toJSON (): { foo: 'bar' } { return { 'foo': 'bar' } } } Partial -> `foo` is required in schema ```

bug

```ts /** * @pattern ^[0-9a-fA-F]{24}$ */ resourceGroupIds: string[], ``` ```yaml type: object properties: {resourceGroupIds: {type: array, items: {type: string}}} required: [resourceGroupIds] ```

bug