Matteo Bruni

Results 86 comments of Matteo Bruni

I've reported a test in #1971 replying to a message there, you can read the full comment here: https://github.com/TypeStrong/typedoc/issues/1971#issuecomment-1185655181 Long story short, tested allocating 25 GB for my monorepo without...

I've searched in the code and the `type.tsx` file is not handling function parameters here: https://github.com/TypeStrong/typedoc/blob/3f0dbeab09ec61b5351f6766a0b13f37ea26c8c7/src/lib/output/themes/default/partials/type.tsx#L335 The `item.type` is undefined, and that's why `any` appears. But `item` if it's a...

You can find this feature in `particles.vue` ()

@vinayakkulkarni have you checked this? https://www.npmjs.com/package/particles.vue3

Try `particles.vue` () to solve this issue

https://github.com/matteobruni/tsparticles it's particles.js converted in typescript and with more options

I just wanted to update react-particles-js but on my shell I only get errors like this: Error: Cannot find module '../build/Release/sharp.node'

You can update to 3.1.0 since today, the particles have improved the performance and the CPU usage

Have you tried with the latest 3.1.0? That version should have some issues fixed

Sorry, I've seen now. Probably is the typescript version difference that breaks the build. The new version uses 3.8.3 and this project uses the 2.2.1.