Mihail Yonchev

Results 8 issues of Mihail Yonchev

Fixed small typo on 'Type System' page. The typo is under the `Entities` context in the sentence: `Every instance **ofan** entity type...` 'of' and 'an' should be separated as follows:...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-kkd55u?file=/index.js) ### Steps to reproduce 1. Open Popover by clicking on the `Open Popover button` 2. Trigger suspense by clicking on the popover content button...

help wanted
Inactive

Is ability to draw contours will be available anytime in the near future?

new feature
question

### Abstact (Enhancement) Currently, the library uses the same mouse cursor for all mouse modes (pan/zoom, lasso, rotate). This can be confusing for users who may not realize which mode...

improvement

**Describe the bug** When attempting to retrieve state information from the Plyr instance, such as real-time data of playing state, it appears to be reset due to rerender. **To Reproduce**...

### Fill Support for Closed Annotations It would be nice to add fill support for annotations where the start and end points connect (e.g., polygons, rectangles). This would also partially...

new feature

## Changes Fixes: https://github.com/openapi-ts/openapi-typescript/issues/2101, when the --make-paths-enum was reintroduced back it was reintroduced with previously fixed bug: https://github.com/openapi-ts/openapi-typescript/issues/950 ## How to Review It's straight-forward change :) ## Checklist - [x]...

### Abstract Removes hardcoded device: "webgpu" from model configs to let transformers.js automatically choose the optimal device at runtime. This avoids hard-failure on non-WebGPU environments, where gpu is explicitly set...