-
## Description
Currently, the `decorator` works fine for already defined, built-in decorators.
But the functionality is really limited for adding new decorators to `doctest`.
What is missing is…
-
Add functionality to read binary plink files and convert to numpy, Zarr or HDF5, analogous to existing functions for reading VCF files.
-
Hi there,
would it be easy to add capability like authentication with european characeter like "é", because currently if I have set up a email account that have password with "é" in it, when it comes…
-
### Code
```Rust
#![feature(generic_const_exprs)]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
struct FlatTree;
#[derive(Copy, Clone)]
struct TreeLeaf;
#[derive(Copy, Clone)]
struct …
jxors updated
7 months ago
-
### Describe the enhancement requested
I recognize that appending to parquet files is not on the roadmap. Is it possible to do an efficient concatenation of two parquets with the output to a parquet …
-
### Describe the bug
After creating a view with data from a table and an hard-coded column.
I got this error by using the Query Editor and a simple filter on the "hard-coded" column.
I checked …
-
After a few weeks of using, implementing, testing, and running in production it seems there is some work that is needed to be done to harden this library. There are also issues capturing the desire to…
-
Ever since Android 5.0, Android enforces PIC (position independent code). As a result, the binary supplied in @f95fa6b will not start, resulting in #98 #104 #107 #119 . After the partial success descr…
-
The functions for parsing input have been defined by different people, and the current state is quite inconsistent:
Function | Parameters
--- | ---
`fn:parse-xml` | `$value as xs:string?`
`fn:do…
-
I've found myself encoding the UUID to Base64 and Base32 string in multiple projects I worked on.
Do you think it's a good idea if we add this encoding and decoding to this library or that's out of …