-
**tl;dr**: can `bitwise_*` functions be overloaded to `varbinary` types?
I wanted to generate an UUIDv4 from the first 128 bits of the output of a SHA256 hash. This requires some bit manipulations …
-
Changing the extra skeleton parameters in Penumbra doesn't load/adjust .kdb files
This results in the items that have them appearing incorrect if item converted, as well as modders being unable to pr…
-
While playing around using rustc internals as a library I found it was pretty difficult to discover how to do a bunch of "common" operations. We might be able to improve discoverability by documenting…
-
# Problem №1
We have a lot of data transformations methods inside the plot builder that modify dataset (such as `groupBy(){ }`,`statBin(){ }`):
```
plot {
line { ... }
groupBy(..) {
…
-
**Submitting author:** @Saransh-cpp (Saransh Chopra)
**Repository:** https://github.com/scikit-hep/vector
**Branch with paper.md** (empty if default branch): paper
**Version:** v1.5.2
**Editor:** @ado…
-
### Is your feature request related to a problem? Please describe.
Wikilinks are convenient where they are supported, but if I need to keep the document compatible - I'd like to have an option to con…
-
- [x] Removing Columns
- [x] Splitting Fields - Names, IDs, etc.
- [x] Aggregations
- [x] Cumulative functions
-
Hi all -
Is there any part of NIF that deals with experimental manipulations?
For example, common experimental manipulations in developing animals are monocular deprivation by lid suture, enucl…
-
It looks like stackification attempts to clean up the stack before doing computations. Consider the following example:
```
define i256 @no_manipulations_needed_no_junk(i256 %a1, i256 %a2, i256 %a3) …
-
Hello.
I am searching for a possibility to transform a tensor (resulting from a call like _vector y = model_->predict({x});_) into a std::vector of doubles. On the doc page I was not able to find a…