-
As we know, we should turn off the usage of go module when we want to use GCatch. So the import package will be stored at GOPATH. However, most of real programs use go modules to import package. So ma…
-
So macros can be unsound
e.g. cell-project - gathering ones we need to adjust from `functions = {}` in case we support macros in the future:
https://github.com/rustsec/advisory-db/pull/1391
Cur…
-
Only for Windows OS.
We should use "desired_access = GENERIC_READ" at the enumeration devices in the "open_device"-function.
So a valid code for the "open_device"-function:
```
static HANDLE o…
-
All PRs and attempts to add general nonlinear model (not with link, single index) have stalled so far.
(I was looking again at outlier robust estimation of nonlinear mean functions `y = f(x, theta) +…
-
```
public void CopyToHost(float[] aDest, CUdeviceptr aSource)
{
if (disposed) throw new ObjectDisposedException(this.ToString());
CUResult res;
res = DriverAPINativeMethods.SynchronousMemcpy_…
-
**matrixStats** 'owns' much of the API we (**DelayedMatrixStats**, **matter**, etc.) are trying to follow/mimic. The remainder is defined in **base** (e.g, `colSums()`); there may be other generics we…
-
AutoUnit does not work for functional types.
The first test from the example below will fail, while the second one is successful.
Kotlin multiplatform version: 1.9.24
Kotlin multiplatform targe…
-
If you use SPI1 or SPI2 and compile for a Teensy 3.2/3.1 it gives a generic error .
error: 'SPI1' was not declared in this scope
SPI1.begin();
If possible it would be nice to say these functio…
-
```
Please add support for filters and validate_doc_update in the
CouchDBUpdater. It seems as if it currently only works with views, but it
could work more generic and also allow generic functions to …
-
While [ForwardDiff.jl recommends](http://www.juliadiff.org/ForwardDiff.jl/api.html#restrictions-on-the-target-function) that functions accept generic `Vector`, `StatsBase.jl` specializes functions to …
tpapp updated
8 years ago