-
This library currently only works with Webpack and not Browserify. Would it be possible to add support for Browserify?
FWIW, I get this error when I try to include a component like so `import toast f…
-
I got the library to work, by reverting to the older commit before the streaming functions were added.
i can decode an MP3 ok, unfortuantely there are noticable 'scratchy' type sounds present in th…
-
My confusion started by reading the specification for the `VkSamplerCreateInfo` struct. It has a field `VkCompareOp compareOp`, with a description:
> compareOp is a VkCompareOp value specifying the…
-
### Describe the bug
```
Incompatible version or missing dependency?
libnetcdf.so.19: cannot open shared object file: No such file or directory
error: called from
doc_cache_create>create_ca…
-
I believe it should be `sequence_length + 1` otherwise `GoldenGatePartLibrary` might be ignored if the whole sequence is from the library.
https://github.com/Edinburgh-Genome-Foundry/DnaWeaver/bl…
-
Hi scikit-bio team,
I have developed a SIMD C/C++/Python library similar to the SSW library. Unlike SSW, it does not provide the traceback, but it does implement global as well as semi-global (ends-…
-
@jannessm I know you're quite busy, but just wanted to capture my findings when processing larger meshes. I've found that when decimating meshes larger than ~100K triangles decimation grinds to a stop…
-
Consider if the right levels of abstraction have been made for a library user and document options to improve.
It should be relatively easy for a clkhash user to define custom schema, and easily use …
-
## Description
I get
`doctest.h(1459): error C2678: binary '==': no operator found which takes a left-hand operand of type 'const std::string' (or there is no acceptable conversion)`
at line 1459 i…
-
Hello!
I wanted to ask for a refactor in `TusDiskStore`.
More specifically in `InternalFileRep`, all file operations are handled there but it is using the `File` static class.
Using that approach …