-
Honeslty, this is more of a question rather than a request. Is [niri](https://github.com/YaLTeR/niri) (also has a well-maintained [community flake](https://github.com/sodiboo/niri-flake) that tries to…
-
A common interaction is to show a line chat with a line for a tooltip at the x-location of some data. https://vega.github.io/vega-lite/examples/interactive_multi_line_pivot_tooltip.html is an example …
-
The nearest selection and tooltips interact in a surprising manner.
[Example Chart](https://vega.github.io/editor/#/url/vega-lite/N4KABGBEAkDODGALApgWwIaQFxUQFzwAdYsB6UgN2QHN0A6agSz0QFcAjOxge1IRQy…
-
I am using createNumberMask as a currency mask. Anytime it receives a value with more than 2 decimal places (the default setting) it truncates the decimals instead of rounding it up.
For example, …
-
Missed this in my review of #1901. The state management performed by
clients of `computeKnn` is incorrect. The intent was that `computeKnn`
should manage the `this.nearest` field entirely. Assignmen…
-
### Describe the project you are working on
The GUI of a game, containing `TextureRect`s with line art, whose displayed size is not known ahead of time.
### Describe the problem or limitation yo…
-
On NeoFS Storage node set up, the administrator needs to set the LOCODE for the node in configuration file. Now there is no easy way to find nearest LOCODE known to NeoFS InnerRing.
We need to add …
-
Please make `dld` (and related functions) work on vectors (Positionals).
This works:
```
dld('Pepa' 'Pepper')
# 3
```
This does not, but it would be nice if it did:
```
dld('Pepa'.…
-
`floor_date` always rounds to the nearest hour irrespective of the provided duration. The provided example rounds the hour to "13:00" where the way I understand rounding it should round to "13:20", …
-
The CUDA implementation of the SYCL image sampler is not correctly supporting mirror or repeat addressing modes when using normalized coordinates.
**To Reproduce**
Most of the sampler test liste…