Need to patch the standard library
See original GitHub issueHey,
Thanks for the polyfill!
util.promisify
doesn’t only add the custom promisify argument - it also patches the standard library methods with a custom
promisification property. This is useful for things like fs.exists
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Use fork of standard library to patch go/ast - Stack Overflow
I fixed a tiny bug in go/ast (see the following Github issue). I would like to already use my fix in the project...
Read more >gevent.monkey – Make the standard library cooperative
The primary purpose of this module is to carefully patch, in place, portions of the standard library with gevent-friendly functions that behave in...
Read more >Adding to the Stdlib - Python Developer's Guide
The most basic is that the code must meet standard patch requirements. For code that has been developed outside the stdlib typically this...
Read more >patchymcpatchface - PyPI
A monkey patching library that uses only Python standard library. ... pip install patchymcpatchface pip install pytest (not required if not unit testing) ......
Read more >Fix your dependencies on C++ library internals - Microsoft Learn
Microsoft has published the source code for the Standard Library, most of the C Runtime Library, and other Microsoft libraries in many ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A better solution would be to use a global symbol, like I’m proposing in https://github.com/nodejs/node/issues/31647.
Just a lack of developer time to get it done. 0.10 & 0.12 EOLed in quick succession.