Ningú
Ningú
My 2 cents: - Any reloading dependency should be made optional as an extra requirement. On runtime, silently downgrade the reloader implementation if some import is missing. Maybe raise a...
Its not only a CPU time issue. In my CI system, runners have been historically allocated 1024mb with 0 issues. Once upgraded to npm@7, a simple script running `npm update`...
See this astonishing comment https://github.com/npm/cli/issues/3208#issuecomment-1002990902 for a slight mitigation of the issue. TL;DR: `mkdir node_modules && npm ci` is significantly faster than `npm ci`
Just checking in to record that the issue persists in npm@9 I am confused on how the tags should be managed. "Release Y.X" descriptions say "associated with a specific npm...
While removing and ignoring *.mo files and fixing strings in *.po files are the starting point to fix the actual issues, this should be followed by either - Communicating a...
Curious: is the decision based on actual usage by Sentry users in that Tryton series that also keep their SDK updated?
Any insight on how to test this is very welcome
@pokoli sorry to bother you. Just pushed the tracing feature commit with a fair amount of metaprogramming black magic. I am still figuring out some typing annotation details but I'd...
> @n1ngu starting from 6.8 series there is a new log feature, which is used by the tryton server to log events from the user. Maybe you will like to...
> Thanks for your contribution, and thanks for your patience as we work through our backlog of community PRs. > > Are you finished working on this PR? I noticed...