-
I've tried just about everything from binaries to the distributions and the python pip in order to get this to work. Compiling from source worked best at the end of the day, however here is the error…
-
Hello,
I have been trying to use the mapping feature on two different scATAC-seq datasets. Both are able to infer trajectories individually. However, when trying to use the mapping feature (with …
-
### Describe the bug
With a recent (as of 2024-04-25) `nixos-unstable`, the executable provided in `xeus-cling`, `xcpp`, errors out immediately after launch with the following error:
```
❯ xcpp
…
-
First of all, thanks for this amazing library! It makes it very easy to integrate with Redis. Now onto the issue:
When calling `async_exec`, it is taking the request and keeping a pointer to it (in…
-
Sub-tests are failing in cuda/12.0 builds with the `batched_dla_cuda` and `batched_gemm_cuda` unit tests with error message `cudaDeviceSynchronize() error( cudaErrorMisalignedAddress): misaligned addr…
-
I don't have much exp with catch2. Though I think it wouldn't take much work to setup. This site shows an example of how to add catch2 via cmake: https://cliutils.gitlab.io/modern-cmake/chapters/proje…
-
Since `iter_reference_t` can be a type that is not an lvalue-reference, the current wording on its `iterator_category` needs to be fixed.
## Proposed Resolution
Change [range.transform.iterator]…
-
> Special folder names do not seem to work on Windows. I renamed the ColorCycle plugin to `àÄ@fix~d$$äö!è`, after which it was still correctly displayed in the Plugin Manager, but could not be loaded …
Febbe updated
4 years ago
-
Hi, I have issues with etl::variant and IAR 9.40.1.
I have the following etl_profile:
```
#ifndef ETL_PROFILE_H
#define ETL_PROFILE_H
#define ETL_TARGET_DEVICE_GENERIC
#define ETL_TARGET_OS_…
-
Working through the specification for the primary `std::iterator_traits` template, an input iterator that is not EqualityComparable is given an `iterator_category` of `std::output_iterator_tag`. That'…