Jens B

Results 13 comments of Jens B

hey there, maybe it's worthwile to take a look at 'vite.js' which has a library mode. it really simplifies the developing and bundling process.

Hey there, I was wondering if you could explain why you're trying to avoid breaking changes or point us to a reference or explanation? @ljharb At the moment the whole...

https://github.com/un-ts/eslint-plugin-import-x/issues/24#issuecomment-1902271741 I apologize. I haven't caught up with all the discussions yet and there's quite a lot to read.

hey there, I wonder if @Pirosauro is still working on this PR? Otherwise I'd like to be assigned Cheers

Sorry for any inconvenience caused by my lack of experience and thank you for your work. It works like a charm

Apologies. I'm still new to the whole eslint ecosystem and I'm slowly digging deeper into it. The issue is related to https://github.com/eslint/eslint/issues/18087

Hey there, I'm afraid I can't contribute something useful. I'm still in the process of getting familiar with the whole eslint ecosystem and I haven't heard of knip before but...

closes #1339 Oh dear. After all this PR reduces the following stats: * Amount of dependencies (including devDependencies): 927 => 904 * Modules with multiple versions: 80 => 78 *...

Another improvement would be to replace [concurrently](https://www.npmjs.com/package/concurrently) with [npm-run-all2](https://www.npmjs.com/package/npm-run-all2). The scripts would have to be changed a bit: ```json // ... "dev:build": "rollup -c -w", "dev:serve": "vite preview/global/", "dev:global": "run-p...

Yes, honestly I didn't take a closer look at the implementation of color.js and it's capabilities in p5.js. Sorry for the hassle. You're right, using pnpm would be the right...