Thibault RICHARD

Results 7 issues of Thibault RICHARD

AWS announced today support for Response headers with a built-in preset for adding security headers. https://aws.amazon.com/fr/about-aws/whats-new/2021/11/amazon-cloudfront-supports-cors-security-custom-http-response-headers/ I think it could replace the response cloudfront function and save on the extra...

enhancement

See the [docs](https://github.com/t-richard/lift/blob/upload-construct/docs/upload.md) for explanations. - [ ] More tests - [ ] Document what is done with CORS ? - [ ] Axios example ? - [ ] in...

**Is your feature request related to a problem? Please describe.** When using Jane components in combination with psalm (probably the same with phpstan), it's not capable of correctly infer what...

enhancement

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | N/A | License | MIT Fix the failing builds...

### Expected behavior The build would not fail when running `rollup -c`. ### Current behavior We're using Chart.js with Typescript and importing it with `chart.js/auto`. Since 3.9.0, our rollup build...

type: bug

There were recent discussions with @mnapoli regarding this bridge. The idea was to start by documenting some missing parts to run Symfony apps with Bref then we would have "a...

Currently in the indexer, `indexByDocuments` flushes only when the document is translatable. With this fix, it flushes in all cases. The only drawback being it now flushes for each locale...

quick win