-
Following an updated ISO standard that requires replacing 6-digit IINs/BINs with 8-digit IINs/BINs, Visa announced some years ago that they will convert all old 6-digit ranges to 8-digit ranges from A…
-
**Summary**
Describe the bug here.
- Steps to reproduce
Write a tuple, sleep, and write another tuple.
```
Write(document:1#viewer@user:jon)
time.Sleep(10 * time.Millisecond)
Write(docu…
-
`index` is not the appropriate type for byte offsets/lengths as it's treated as signed (which introduces a ton of risky pointer arithmetic) and it assumes that it is the same bit width everywhere (hos…
-
#### Description
When `overlap_fraction` is very small (close to 0) and `n_intervals` is a multiple(?) of the number of points (X.shape[0]), the `fit_transform` step produces a cover, which does not …
-
adding a safe o to a char* p causes the compiler to generate a static_cast from an integer to a pointer, which is invalid c++
-
~~Given that the formula for `miopenActivationPOWER` is `y = (alpha + beta * x)^gamma` and that only [alpha=1 and beta=0](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/86960a41f401c2411702538eb…
-
For the advancement of static linking in Haskell (https://github.com/nh2/static-haskell-nix and https://github.com/NixOS/nixpkgs/issues/43795) I'm building all Stackage executables statically, which …
-
Originated from this thread:
http://thread.gmane.org/gmane.comp.lib.boost.devel/247104
I've just checked out git and ran b2 headers and noticed that some headers have executable attribute. For examp…
-
The implementation of addition and subtraction in the ModInt structure does not seem to assume $2^{31}\le m\lt 2^{32}$.
## Suggested mitigation
- Addition (plan A, cast 32/64-bit integer):
- …
-
Add a ShapedArray type and/or protocol suitable for use as the common currency type for vectors / linear algebra / image processing / tensors, like ndarray is for numpy.
This should hew pretty clos…