Ze-Zheng Wu
Ze-Zheng Wu
First, I want to say, very great job and big thanks! I've been considering writing a subsync-like tool for a long time and have wrote a prototyping code for validation...
- Separated concerns of multiple mouse events: `onMouseDown`(for selection), `onClick`, `onDragStart`, `onDrag`, `onDragStop` in ``. Remove some duplicated "if condition" and "state management" code that may cause potential bugs (like...
I've been trying to update a plotly graph rapidly and frequently to generate an animation in a react app using [`window.requestAnimationFrame` API](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame), according to [this example](https://plotly.com/javascript/animations/#animating-many-frames-quickly). Right now, in my...
For now, options with custom labels in a select input is achieved by passing an `Object`: [Story Book Demo](https://leva.pmnd.rs/?path=/story/inputs-select--custom-labels). However, the order of the rendered options is determined by [`Object.keys()`...
**MISS_HIT Component affected** Please choose one from: * Style checker **Your MATLAB/Octave environment** * MATLAB * R2021a **Your operating system and Python version** * Windows * `Python 3.9.1` **Describe the...
Fix typescript module resolution issues when `moduleResolution` is set to `node16` or `nodenext` in a `module` `type` package. Some discussions can be found here: https://github.com/pmndrs/zustand/issues/1381#issuecomment-1290296210 Here is a minimal reproduction...
- objects with keys shadowing `hasOwnProperty` - objects with no prototypes
I'm maintaining a repo called [`zxing-wasm`](https://github.com/Sec-ant/zxing-wasm). It uses a WebAssembly build of [`zxing-cpp`](https://github.com/zxing-cpp/zxing-cpp/) and is written in TypeScript, and is also published as [an ES module with types on npmjs](https://www.npmjs.com/package/zxing-wasm)....
First I apologize if this doesn't fit into the place, but if someone wants to try an alternative, I'm maintaining a repo called [`zxing-wasm`](https://github.com/Sec-ant/zxing-wasm). It uses a WebAssembly build of...