Nicolas Giard

Results 173 comments of Nicolas Giard

That's the same error as #4247. You'll be able to click the plain text version link from the loading screen in the new release being deployed today.

Looking at your latest build, it generates a table in the build logs with a count for each dependency type. Does it provide any output that can be useful to...

https://github.com/ietf-tools/datatracker/network/dependencies

Maintainers seem to live in a dream bubble completely disconnected from reality. You can't expect users to rework their entire project because 1 small library decided to go the ESM-only...

@herberthobregon What about any new user installing node-fetch because it's used in so many tutorials and other projects that have not been updated to specifically use the `^2` version? It's...

@herberthobregon Wow... Now that's what we call tunnel vision. You said it yourself: "Fetch is a feature of ESM(browsers)" except node-fetch is mainly used.... on the server. NOT browsers. 👏...

@harrisiirak Any update on merging this PR? Not being able to use `for...of` with the iterator flag is a bit annoying right now.

There're many issues with that PR: - It uploads to the root directory, which is a big no. Many users have page rules that only allows asset uploads to specific...

@dberardo-com Please stop spreading FUD, this project is definitely not abandoned and I have no idea how someone can possibly come to this conclusion. Updates about v3 are posted on...

@mesuttalebi Because this PR doesn't address the problem. It merely hides the password on the client side, you can still retrieve it easily via dev tools. The PR also contains...