Nils Knappmeier

Results 127 comments of Nils Knappmeier

I was motivated an wrote my own analzyer [analyze-module-size](https://github.com/nknapp/analyze-module-size) which reports the sizes in a slightly different way (output the whole tree with aggregated block-based sizes for each dependency).

I have created my test-package with ```bash npm init -y npm install --save though ``` in an empty directory. The package.json is ```json { "name": "test", "version": "1.0.0", "description": "",...

I have noticed that "du -h" shows 4k size on my system, even if the file contents is only 100 bytes. It also shows 4k for directories. The stats show...

Thinking about it, what is the actual bad experience when installing a bloated package? It's the time it takes for npm install to complete. This may be more related to...

I actually wanted to create some more docs, but then I got caught up in other projects. If you need it, I can create 1.0.0 and update the docs later....

I don't know where the GraphQLFieldResolver comes from. Is that Apollo? The interfaces generated by this project are not for Apollo. They can be implemented by the root-value used in...

Maybe there *should* be an option to generate Apollo code instead of the reference implementation. I could prepare the code to allow diffrent implementations. @msiegenthaler already thought about doing this.

Hi, I should mention that I am not developing this project any further. I have merged your request and I'll publish it, but I've gone other ways. I need to...

Besides, the npm-packages `exiftool-vendored`, `ffmpeg-static` and `ffprobe-static` are much easier to use than what I used in this package.

This could be done by parsing the output of ffmpeg, I believe. It's not something I can do right now, since I am busy elsewhere. Butt if you want to...