Aniket giri

Results 5 issues of Aniket giri

This pull request addresses an issue in the CCDData.read() method where unnecessary logging messages were emitted when the unit in the FITS file matched the desired unit. This update ensures...

nddata
Close?

…le.log Fixes #18324 Previously, Generator and AsyncGenerator objects were falling through to the default JSON formatter, causing them to display as '{}' instead of their proper type identifiers. Node.js displays...

Fixes #6756 Previously, passing a BigInt to res.status() would cause an uncaught TypeError because JSON.stringify() cannot serialize BigInt values. The error occurred when trying to create the error message. Changes:...

Fixes #6941 Previously, res.redirect(undefined) would send an invalid Location: undefined header. This change throws a TypeError when the url argument is undefined or not a string, aligning with the behavior...

## Summary Fixes #5610 ## Problem When using `_.omit` with deep property paths that traverse arrays (e.g., `'foo.0.bar'`), the original input object was being mutated. This also affected `lodash/fp.omit`. \`\`\`javascript...