When you find a bug in an open-source library that you use, what do you do?You submit a GitHub issue (or whatever ticket tracking system they use).In the issue, you describe the problem in the best possible way, preferablyproviding a working code example that the author of the library can run locallyto reproduce the bug. If you don���t provide them with an executable snippet of code,they will most likely ask you to do so, unless the bug is trivial.I suggest simplifying the workflow and gi...
Published on July 24, 2023 17:00