-
###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.…
-
Currently calling `Connection.sendall` can cause a loop which re-sends data because `__iowait` will keep calling `_connection.sendall` with the same buffer, even if part of it has already been sent.
…
-
Making a new issue to come back to what the Cython API should look like for best performance.
I added a couple commits to show how the vectorized functions could call our internal cython API instea…
-
At this moment, the `SimpleFloorPlanner` used in zkevm-circuits will call the closure for `assign_region` twice.
It might makes sense to deduplicate this call in halo2 because there a few compute hea…
-
Thanks for posting that code! Why an array instead of calling for loops? Is that to make it faster?
-
_Original ticket http://projects.scipy.org/numpy/ticket/2163 on 2012-06-15 by trac user thatistosay, assigned to unknown._
dotblas_matrixproduct() contains the comment "This function doesn't handle d…
-
In a discussion between some Munich Goblint folks and @MartinSpiessl and others from the CPAChecker team on Friday we were wondering whether `loop_invariant` is actually the right name for the entry a…
-
@rustbot label C-discussion
Main tracking issue: #86442
## Background
The [`io_error_more` feature](https://github.com/rust-lang/rust/issues/86442) introduced 21 new variants into [`ErrorKind…
-
`use` is a React API that lets you read the value of a resource like a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) or [context](/learn/passing-d…
-
It is currently difficult to create wiring loops in magma sequential as the output of a circuit cannot be probed prior to calling it.
One solution to this would be to instead of using call to perfo…