Florestan Korp

Results 6 issues of Florestan Korp

**The problem:** At the moment `Phaser.GameObjects.GameObject.setData()` is typed as follows: ```typescript setData(key: string | object, data?: any): this; ``` This results in situations that might be undesirable and prone to...

🐛 TypeScript Bug

## Version * Phaser Version: 3.55.2 * Operating system: macOS Monterey 12.4 ## Description When trying to use the types for events I'm getting errors that the type is `any`,...

🐛 TypeScript Bug

## Bug report for Cloudinary NPM SDK Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or two. I'm...

detection.py:25: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead. test.py:18: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use...

### Describe the problem I'm doin the tutorial and forgot to either remove the second quotation mark or to insert one before the curly braces ` ^ ``` ### Alternatives...

**Reproduction of the problem** ```HTML ``` ```TypeScript public chartClicked(event: { event?: ChartEvent; active?: object[] }): void { if (event.active && event.active.length > 0) { const myChartDataLabelIndex = event.active[0].index; // `Property...