Results 8 issues of Binbin

## How to reproduce Draw more than 1000 axes in a loop ```python import numpy viewer = env.GetViewer() indices = range(2000) Ts = [] offset = 0 for i in...

created the PR on behalf of @Calandiel > Implements order independent rendering in the qtosgrave plugin. This ought to improve visual quality for meshes with low quality geometry and prevent...

While expecting `yapfify-region` modifies selected region, it also removes trailing whitespaces outside the region. So it actually modified the whole buffer instead of region

as of 2024-05-28, the version of [@typescript-eslint/utils](https://www.npmjs.com/package/@typescript-eslint/utils) is 7.11 already, installing `eslint-plugin-lingui` in the project with the latest eslint library creates nested dependencies because it require specifically `^5.61.0` if the...

## Description close #750 ## Motivation and Context When a project needs to maintain diverged branches and create changelog for each branch this change is necessary. for example a project's...

readable-stream imports imports [process](https://github.com/defunctzombie/node-process/blob/master/index.js) file content of : node-process/blob/master/index.js ```js module.exports = global.process; ``` it introduces `global` object, but it does not exist in worker environment. Given the fact `node-process`...