You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah! I always thought that we have very good material within the "Examples" section, but unfortunately its visibility is not very good (imho). So, I guess we could explore things like:
(Now, and from time to time), do a pass over all the examples and find all the places they could be linked to. For instance, the "HTTP Authentication" example could be linked from the HTTP module docs.
Try to find another, better place for such kind of useful resources. Like we have "Recommended practices" specifically for the Browser section. Perhaps a "Troubleshooting" section, where one of the topics is memory management?
Beyond that, it would also be very good to have better discoverability through the Search functionality, but afaik that's under discussion right now.
Reading large files can lead to OOM errors, which is a common problem with
open()
(here a minor related PR) .The example using the new Stream API provides a solution for this.
Wondering how we could better connect this example with other parts of the docs or additional tutorials.
The text was updated successfully, but these errors were encountered: