jaskij

Results 85 issues of jaskij

Work in progress for adding cross compilation support to `cargo-pgx`, as discussed in #955

pgrx-cshim

When using clang as the default toolchain and `thin-lto` is enabeld in distro configuration, OpenMP fails to build. The error given is: ``` /home/jaskij/yocto/build/tmp-glibc/work/cortexa53-crypto-my_distro-linux/openmp/14.0.3-r0/recipe-sysroot-native/usr/bin/aarch64-my_distro-linux/aarch64-my_distro-linux-ld: /home/jaskij/yocto/build/tmp-glibc/work/cortexa53-crypto-my_distro-linux/openmp/14.0.3-r0/recipe-sysroot/usr/lib/libLLVMSupport.a: error adding symbols: file format...

bug

https://github.com/rust-lang/cargo/issues/3349 has been closed as completed since July 2021. Is the pitfall in the README still valid?

I'm writing my own tool to control cog via D-Bus, and while I can sniff the requests I need using `dbus-monitor` and calling `cogctl`, it would be nice to actually...

As in the title - running `cargo-bitbake` modifies my `Cargo.lock`, and removes a dependency (`valuable-derive`). The issue seems to revolve around honoring the dependency chain `tracing-core`->`valuable`->`valuable-derive`. In `tracing` the support...

I wanted to file an issue about the way documentation is rendered - which I know that this repository is not the right place to do. That said, it would...

E-easy
C-doc

I'm trying to build scipy for a 32-bit target (Cortex-A7) using a 64-bit host and am hitting an error which I suppose has something to do with this: ``` |...

Solves #120 @aantron I was unable to figure out the tests, so if there is anywhere to add a test please advise.

In my embedded project, I utilize `std::optional` heavily. Unfortunately, `better_enum::optional` doesn't have a built in conversion. I can see two options: - in C++17 and newer projects, replace `better_enum::optional` with...

I added Better Enums to my embedded project (a fantastic library by the way), and after converting two enums (one with 8 values, the other with 38), it added about...