-
The `-d=arrayConnect` implementation currently has issues, most notably:
- poor performance in some cases #9695
- generation of additional spurious connection equations as if ports were not connect…
-
I have some queries that return columns of type `pq__varchar`. I was wondering if there was some simple way to convert these data into a more R friendly format inside R?
Thanks,
David
-
I was playing around with code like this:
``` python
import numpy as np
import numba as nb
import bottleneck as bn
import numbagg as nbg
@nb.njit
def nanmin_demo(x):
if x.size == 0:
…
-
We use [FixedSizeListArrays](https://arrow.apache.org/docs/format/Columnar.html#fixed-size-list-layout) and [ListArrays](https://arrow.apache.org/docs/format/Columnar.html#variable-size-list-layout) t…
-
Recently, some people approached me asking to provide related links to individual assets.
Usecases:
- https://github.com/stac-extensions/processing/pull/33
- Provide a visualization (flat style f…
-
### Which @ngrx/* package(s) are relevant/related to the feature request?
eslint-plugin
### Information
currently we have:
```ts
const tseslint = require("typescript-eslint");
const ngrx…
-
Make a new library above RAJA with common views, containers without dynamic storage, and sequential algorithms that work on GPUs, a lot like this https://github.com/nvidia/libcudacxx.
These are mainl…
-
There are still a few broadcasting cases in `numpy.where` that aren't covered.
```python
import numpy as np
import numba
@numba.njit
def nb_where(c, a, b):
return np.where(c, a, b)
…
-
## Edit from original submission
this was originally reported as a bug, but it is known behaviour so it will instead be considered a feature request. In short, the request here is to make classical…
-
The change at #2974 suppose to make projen based on `constructs`, but while adding inheritance from `Construct` it actually completely ignoring most of utilities built-in with constructs disallowing r…