coldwaterq

Results 8 comments of coldwaterq

Why does numpy.save have allow_pickle then. Because the same would hold true for it. I don't mind making the change, but if it won't be accepted then I don't want...

I don't typically develop code for large projects like this, I simply write exploits that don't tend to have APIs let alone a concern about extending them. So what I...

Updated so that it should pass the lints and tests now. Can you re-run those checks?

Yeah, it's for a lab, but it made it seem as though two disconnected networks were connected. So probably more of a usability issue than a security issue. On Thu,...

@yibinl-nvidia I fixed the DCO and ran the pre-commit hooks, added the tests, and made some improvements based on the comments. let me know if there is anything else I...

The last commit should resolve the issue reported by blossom.

the tests that were failed in the basic bot run should be fixed with those new commits.

Yep, they both do create large lists by duplicating a string. One uses dup, the other puts the string in the memo, and then repeatedly gets it. I did it...