S.Y. Lee

Results 27 issues of S.Y. Lee

- `three` version: 0.160 - `@types/three` version: - `three-stdlib` version: ### Problem description: `mergeBufferGeometries` gives error `Uncaught TypeError: Cannot read properties of undefined (reading 'index')` It is from some sloppy...

bug

https://codesandbox.io/s/tender-austin-7lxpzx?file=/src/App.tsx I get `(parameter) e: any` from ``` const App = () => { useControls({ test: { value: true, onChange: (e) => console.log(e) } }); return null; }; ``` How...

https://github.com/sympy/sympy/pull/19708

We've added the benchmark run on travis https://github.com/sympy/sympy/pull/17828 before. But there should be additional work to make the bot actually post the benchmark report from the CI.

Although there were updates in the repository https://github.com/emitter-io/javascript/pull/16 I still see that the released packages uses old type definitions ``` /** * Hooks an event to the client. */ on(event:...

#### References to other Issues or PRs Fixes https://github.com/sympy/sympy/issues/13519 #### Brief description of what is fixed or changed This is a fix of an old issue, (that may not have...

Documentation
Merge conflict

We have arrived to this problem in https://github.com/sympy/sympy/pull/19466#issuecomment-642314183 that it's ambiguous to parse `a(b+c)` because it can either be a multiplication between `a` and `b+c` or a function named `a`...

parsing.latex