yf-yang
yf-yang
Your modification (c -> cmap) of the original passage does remove the error, but it is not working as expected since cmap should not be used like that. For example,...
1. Properly show color for Scatter plot and Bubble plot with Encircling. 2. Use tab20 instead of tab10 to support avoid color collision for Scatter plot and Bubble plot with...
### Describe the bug Scenario: I am trying to develop a "undo/redo" of the layout by taking layout snapshots. If I only resize/drag the layout, it cannot restore its previous...
### Overview of the problem This is a behavioral change. Not sure if another new option should be added, or just change the behavior. When `lockAspectRatio` is `true` and corner...
# DecoratorElementNode This is a VERY EARLY draft of DecoratorElementNode (#5930). I submit this PR because I want to: 1. Confirm the API design. 2. Allow the maintenance team and...
I've wanted this feature for a long long time, today I get some ideas to implement it, so I'd like to discuss it here. # People need something like "ReactElementNode"...
## Original bug Self-host lexical playground, enable collaboration, enable split view. Type some characters ("abc" in the example) Disconnect one of the view. Add some characters before "abc" in one...
reproduction: https://github.com/yf-yang/turbopack-swc-jotai-bug **This bug only happens when turbopack is enabled** ``` shell pnpm dev --turbo # with turbopack enabled ``` When calling ``` javascript const n = globalThis.jotaiAtomCache.get("index.modern.js/n", t()); ```...
Environment: - @swc-jotai/react-refresh 0.1.0 - next 13.4.19 (with swc-core 1.3.80) next.config.js: ``` js experimental: { swcPlugins: [ [ '@swc-jotai/react-refresh', {} ], ], } ``` Why it happen: The following lines...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Is your feature request...